mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
#include <unistd.h> for getopt(3) call.
This commit is contained in:
parent
380fdd7d7e
commit
9d19feb501
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93";
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef SHELL
|
||||
#define main printfcmd
|
||||
|
|
|
|||
Loading…
Reference in a new issue