mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
#include <unistd.h> for getopt(3) call.
This commit is contained in:
parent
380fdd7d7e
commit
9d19feb501
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27966
@ -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 New Issue
Block a user