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

Submitted by: Andreas Klemm <andreas@klemm.gtn.com>
This commit is contained in:
peter 1997-12-06 14:39:30 +00:00
parent 61a475e351
commit d791292fb7

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>