fix for sunos

This commit is contained in:
bdc 1997-04-23 20:34:54 +00:00
parent 7f05d6d427
commit 8764714a07
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,7 @@
#include <sys/time.h>
#include <fcntl.h> /* for O_RDWR */
#include <sys/stat.h>
#include <sys/param.h> /* For gethostname() */
#include <netdb.h>
/* This lossage brought to you by Solaris and BIND */
@ -25,7 +26,6 @@
#endif
#include <pwd.h>
#include <sys/param.h> /* For gethostname() */
#include <errno.h>
#include <sys/wait.h>
#include <unistd.h>