diff --git a/lib/kafs/afssys.c b/lib/kafs/afssys.c index 6883b3a29..00c8ac2bd 100644 --- a/lib/kafs/afssys.c +++ b/lib/kafs/afssys.c @@ -43,9 +43,16 @@ RCSID("$Id$"); #include #include +#include +#ifdef HAVE_SYS_TYPES_H #include +#endif +#ifdef HAVE_UNISTD_H #include +#endif +#ifdef HAVE_SYS_IOCTL_H #include +#endif #ifdef HAVE_SYS_FILIO_H #include #endif @@ -56,12 +63,17 @@ RCSID("$Id$"); #include #include #include -#include #include +#ifdef HAVE_SYS_SOCKET_H #include +#endif +#ifdef HAVE_NETINET_IN_H #include +#endif +#ifdef HAVE_NETDB_H #include +#endif #ifdef HAVE_ARPA_NAMESER_H #include