1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-31 16:57:10 +00:00

#include <unistd.h> for getopt() and friends.

PR:		36130
Approved by:	mike
This commit is contained in:
Tim J. Robbins 2002-05-15 03:31:40 +00:00
parent 66562e1aac
commit a3778ff65c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96629

View File

@ -41,6 +41,7 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
static void asa(FILE *);
static void usage(void);