diff options
author | peter <peter@FreeBSD.org> | 1997-03-11 14:44:05 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-03-11 14:44:05 +0000 |
commit | 8e1afa3c437255ac0004406c850b6de0df726f4e (patch) | |
tree | c475497c7d6958f48c2758e134d257e67fc47309 /usr.bin/sasc | |
parent | 73cb20dcb221260d76a80d0074f3146ec17c170e (diff) | |
download | FreeBSD-src-8e1afa3c437255ac0004406c850b6de0df726f4e.zip FreeBSD-src-8e1afa3c437255ac0004406c850b6de0df726f4e.tar.gz |
Include unistd.h for new location of getopt() prototypes
Diffstat (limited to 'usr.bin/sasc')
-rw-r--r-- | usr.bin/sasc/sasc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/sasc/sasc.c b/usr.bin/sasc/sasc.c index ee9d85d..b968f9e 100644 --- a/usr.bin/sasc/sasc.c +++ b/usr.bin/sasc/sasc.c @@ -29,10 +29,11 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * $Id$ + * $Id: sasc.c,v 1.4 1997/02/22 19:56:57 peter Exp $ */ #include <stdlib.h> +#include <unistd.h> #include <stdio.h> #include <sys/file.h> #include <sys/ioctl.h> |