Add missing getopt.h include

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2018-09-24 19:59:29 +02:00
parent 234cd4e669
commit 3039c285e3
2 changed files with 2 additions and 0 deletions

View File

@ -257,6 +257,7 @@
/* Includes. */
#include <errno.h>
#include <getopt.h>
#include <signal.h>
#include <unistd.h>
#ifdef SYSV

View File

@ -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>