mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
#include <unistd.h> to get it to compile
Submitted by: Andreas Klemm <andreas@klemm.gtn.com>
This commit is contained in:
parent
df1c78063c
commit
95c4ef653b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31579
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user