]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
vos-full-listvol-irix-20040101
authorDerrick Brashear <shadow@dementia.org>
Thu, 1 Jan 2004 06:51:25 +0000 (06:51 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 1 Jan 2004 06:51:25 +0000 (06:51 +0000)
irix needs a inet_ntoa prototype

src/volser/vos.c

index d5be1c5996acee6d5da670b8856b6a912dbc1022..93a0dd51c1a55e67865091cd7439f7c3cc248de8 100644 (file)
@@ -23,6 +23,7 @@ RCSID
 #include <sys/file.h>
 #include <netdb.h>
 #include <netinet/in.h>
+#include <arpa/inet.h>
 #endif
 #include <sys/stat.h>
 #ifdef AFS_AIX_ENV