From: Matthias Dieter Wallnöfer Date: Fri, 29 Jan 2010 19:13:38 +0000 (+0100) Subject: s4:include/includes.h - Need to include "system/network.h" X-Git-Tag: tdb-1.2.1~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97fd03a15a694450e80310fc776a58c6fde58a52;p=thirdparty%2Fsamba.git s4:include/includes.h - Need to include "system/network.h" Otherwise I don't get the definition of "struct in_addr" for "lib/util/util.h" on CentOS 4. --- diff --git a/source4/include/includes.h b/source4/include/includes.h index 8d288081947..21f392520f8 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -33,6 +33,7 @@ #include "system/time.h" #include "system/wait.h" #include "system/locale.h" +#include "system/network.h" /* only do the C++ reserved word check when we compile to include --with-developer since too many systems