From 97fd03a15a694450e80310fc776a58c6fde58a52 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Fri, 29 Jan 2010 20:13:38 +0100 Subject: [PATCH] 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. --- source4/include/includes.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.4.GIT