mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
hpux-snprintf-support-20031126
FIXES 2587 need sys/socket.h on hpux
This commit is contained in:
parent
49ab5ed14a
commit
cef7b6ae8c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user