aix-update-linktest-20040311
authorDerrick Brashear <shadow@dementia.org>
Thu, 11 Mar 2004 06:05:54 +0000 (06:05 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 11 Mar 2004 06:05:54 +0000 (06:05 +0000)
aix hates darwin, again. include netinet/in.h (which was implicit from
rx/rx.h before) to make aix happy

src/libuafs/linktest.c

index b25ba34..5cacb27 100644 (file)
@@ -22,6 +22,7 @@ RCSID
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include <netinet/in.h>
 #include <afs/sysincludes.h>
 #include <rx/rx.h>
 #include <afs_usrops.h>