diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-18 15:00:18 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-18 15:00:18 +0200 |
commit | b3b6d8f3f91824df11b3f1e61c8ad443c8c65458 (patch) | |
tree | 085753caf5650f5023048063cd5b6e2f2a0ad1d1 /lib/util | |
parent | 593549fc004de05aea23e17c59f9a12254eff33d (diff) | |
download | samba-b3b6d8f3f91824df11b3f1e61c8ad443c8c65458.tar.gz samba-b3b6d8f3f91824df11b3f1e61c8ad443c8c65458.tar.bz2 samba-b3b6d8f3f91824df11b3f1e61c8ad443c8c65458.zip |
Fix const, dupes.
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/util_net.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/util/util_net.c b/lib/util/util_net.c index 7718d0208f..ee57e9dd23 100644 --- a/lib/util/util_net.c +++ b/lib/util/util_net.c @@ -23,6 +23,9 @@ */ #include "includes.h" +#include "system/network.h" +#include "system/locale.h" +#include "system/filesys.h" /** Interpret an internet address or name into an IP address in 4 byte form. |