#include <unistd.h> to get it to compile

Submitted by: Andreas Klemm <andreas@klemm.gtn.com>
This commit is contained in:
Peter Wemm 1997-12-06 14:39:30 +00:00
parent df1c78063c
commit 95c4ef653b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31579

View File

@ -4,7 +4,7 @@
* do a lot of the work :).
*/
/*
* $Id$
* $Id: main.c,v 1.1 1997/12/06 05:23:03 sef Exp $
*/
#include <stdio.h>
@ -14,6 +14,7 @@
#include <err.h>
#include <signal.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/pioctl.h>