]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
openbsd-20030514
authorJim Rees <rees@umich.edu>
Wed, 14 May 2003 22:47:32 +0000 (22:47 +0000)
committerJim Rees <rees@umich.edu>
Wed, 14 May 2003 22:47:32 +0000 (22:47 +0000)
#include afs/sysincludes.h for OpenBSD.
I suspect other systypes will need this too.

src/rx/rx_kcommon.h

index 5f27359cbd515f91a4adba245379147545078f07..a68a2b7135b9dc170cd5d3b75c8650da0b2cac88 100644 (file)
@@ -126,7 +126,8 @@ struct coda_inode_info {};
 #include "afsincludes.h"
 #endif
 #if defined(AFS_OBSD_ENV)
-#include "../netinet/in_pcb.h"
+#include "afs/sysincludes.h"
+#include "netinet/in_pcb.h"
 #endif
 
 #define        MAXRXPORTS  20