diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-01-29 20:13:38 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-01-29 20:13:38 +0100 |
commit | 97fd03a15a694450e80310fc776a58c6fde58a52 (patch) | |
tree | 3cc7da9367abff252b3e8e8187ece61846ae9e54 /source4/include | |
parent | dfd93fc7e3d2991abb67be63d8e859b50f99b473 (diff) | |
download | samba-97fd03a15a694450e80310fc776a58c6fde58a52.tar.gz samba-97fd03a15a694450e80310fc776a58c6fde58a52.tar.bz2 samba-97fd03a15a694450e80310fc776a58c6fde58a52.zip |
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.
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 8d28808194..21f392520f 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 |