include sys/types.h for freebsd

This commit is contained in:
Bill Currie 2001-09-07 04:41:13 +00:00
parent 3b5969df1e
commit e9cf5b4eba
4 changed files with 4 additions and 1 deletions

View file

@ -29,6 +29,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_SYS_IOCTL_H
# include <sys/ioctl.h>
#endif

View file

@ -29,6 +29,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif

View file

@ -34,6 +34,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif
@ -56,7 +57,6 @@
#include <ctype.h>
#include <errno.h>
#include <setjmp.h>
#include <sys/types.h>
#ifdef __sun
# undef model_t // allow qf to use it's model_t

View file

@ -33,6 +33,7 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <sys/types.h>
#ifdef HAVE_NETINET_IN_H
# include <netinet/in.h>
#endif