hpux-snprintf-support-20031126

FIXES 2587

need sys/socket.h on hpux
This commit is contained in:
Douglas Engert 2003-11-27 01:23:13 +00:00 committed by Derrick Brashear
parent 49ab5ed14a
commit cef7b6ae8c

View File

@ -16,7 +16,7 @@ RCSID
#else #else
#include <winsock2.h> #include <winsock2.h>
#endif #endif
#if defined(AFS_AIX32_ENV) || defined(AFS_SUN_ENV) || defined(AFS_XBSD_ENV) #if defined(AFS_AIX32_ENV) || defined(AFS_SUN_ENV) || defined(AFS_XBSD_ENV) || defined(AFS_HPUX_ENV)
#include <sys/socket.h> #include <sys/socket.h>
#endif #endif
#ifdef HAVE_STRING_H #ifdef HAVE_STRING_H