mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +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 <netinet/in.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>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user