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:
parent
66562e1aac
commit
a3778ff65c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96629
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user