From 1529f89e665a82d4a1d5256dd5a269d3a5bb0cb7 Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Wed, 2 Oct 2002 22:45:19 +0000 Subject: [PATCH] openbsd-mbuf-before-in-20021002 include mbuf.h before in.h let me know if this breaks anything --- src/dir/dir.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dir/dir.c b/src/dir/dir.c index 4828b7ce1..4b1262af5 100644 --- a/src/dir/dir.c +++ b/src/dir/dir.c @@ -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" -- 2.39.5