From c0c2353b77021389480ddd2cab887ea8f31769ed Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Sat, 11 Apr 1998 13:02:11 +0000 Subject: [PATCH] Fix heaps of warnings when compiling with gcc under Digital UNIX. Include route.h and mbuf.h at a strategic point ... Wierd stuff really, because the Digital compiler does not complain either way, but GCC does. (This used to be commit 241fde3c713c91961b6bcb97ecb046ac2f3bb00b) --- source3/include/includes.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source3/include/includes.h b/source3/include/includes.h index 2ba069aa76a..a1723a55c64 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -182,6 +182,10 @@ #ifdef POSIX_H #include #else +#ifdef OSF1 +#include +#include +#endif #include #endif #endif -- 2.11.4.GIT