fix for sunos
This commit is contained in:
parent
7f05d6d427
commit
8764714a07
|
@ -12,6 +12,7 @@
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include <fcntl.h> /* for O_RDWR */
|
#include <fcntl.h> /* for O_RDWR */
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <sys/param.h> /* For gethostname() */
|
||||||
|
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
/* This lossage brought to you by Solaris and BIND */
|
/* This lossage brought to you by Solaris and BIND */
|
||||||
|
@ -25,7 +26,6 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <sys/param.h> /* For gethostname() */
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
Loading…
Reference in New Issue