Add missing getopt.h include
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
234cd4e669
commit
3039c285e3
@ -257,6 +257,7 @@
|
|||||||
|
|
||||||
/* Includes. */
|
/* Includes. */
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <getopt.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#ifdef SYSV
|
#ifdef SYSV
|
||||||
|
@ -521,6 +521,7 @@ static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88";
|
|||||||
#define CONT_LINE 1 /* Allow continuation lines */
|
#define CONT_LINE 1 /* Allow continuation lines */
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
#include <getopt.h>
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user