mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
vsnprint-af-inet-bsd-header-20030619
the bsds also need socket.h to get a definition for AF_INET
This commit is contained in:
parent
4b2f1af543
commit
d73fc1d602
@ -11,7 +11,7 @@ RCSID("$Header$");
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#if defined(AFS_AIX32_ENV) || defined(AFS_SUN_ENV)
|
#if defined(AFS_AIX32_ENV) || defined(AFS_SUN_ENV) || defined(AFS_XBSD_ENV)
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user