openbsd-mbuf-before-in-20021002
authorJim Rees <rees@umich.edu>
Wed, 2 Oct 2002 22:45:19 +0000 (22:45 +0000)
committerJim Rees <rees@umich.edu>
Wed, 2 Oct 2002 22:45:19 +0000 (22:45 +0000)
include mbuf.h before in.h
let me know if this breaks anything

src/dir/dir.c

index 4828b7c..4b1262a 100644 (file)
@@ -73,12 +73,12 @@ RCSID("$Header$");
 #endif /* AFS_MACH_ENV */
 #endif
 #endif
-#ifndef AFS_LINUX20_ENV
-#include "../netinet/in.h"
-#endif
 #if !defined(AFS_SUN5_ENV) && !defined(AFS_LINUX20_ENV)
 #include "../h/mbuf.h"
 #endif
+#ifndef AFS_LINUX20_ENV
+#include "../netinet/in.h"
+#endif
 #else /* !defined(UKERNEL) */
 #include "../afs/stds.h"
 #include "../afs/sysincludes.h"