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. */
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#ifdef SYSV
|
||||
|
@ -521,6 +521,7 @@ static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88";
|
||||
#define CONT_LINE 1 /* Allow continuation lines */
|
||||
|
||||
#include <ctype.h>
|
||||
#include <getopt.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user