git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
92b5087
)
libadmin-vos-irix-fixes-20080421
author
Derrick Brashear
<shadow@dementia.org>
Mon, 21 Apr 2008 20:40:22 +0000 (20:40 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Mon, 21 Apr 2008 20:40:22 +0000 (20:40 +0000)
LICENSE IPL10
irix is cranky about missing prototypes
src/libadmin/test/vos.c
patch
|
blob
|
history
diff --git
a/src/libadmin/test/vos.c
b/src/libadmin/test/vos.c
index
6af3875
..
e374081
100644
(file)
--- a/
src/libadmin/test/vos.c
+++ b/
src/libadmin/test/vos.c
@@
-15,6
+15,9
@@
#include <afs/param.h>
#ifndef AFS_NT40_ENV
#include <netdb.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <afs/afsutil.h>
#endif
RCSID