mirror of https://github.com/mirror/busybox.git
Fix compile error... header problems.
parent
ae494a9086
commit
c2843563f3
|
@ -123,14 +123,13 @@
|
|||
#include <signal.h>
|
||||
#include <netdb.h>
|
||||
#include <syslog.h>
|
||||
#include <pwd.h>
|
||||
#include <grp.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <getopt.h>
|
||||
#include <unistd.h>
|
||||
#include <stdarg.h>
|
||||
#include <time.h>
|
||||
|
||||
#define _PATH_INETDCONF "/etc/inetd.conf"
|
||||
#define _PATH_INETDPID "/var/run/inetd.pid"
|
||||
|
|
Loading…
Reference in New Issue