diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-10-14 13:28:01 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:43:01 +0100 |
commit | a449b30ca4ad029243b585c386f11b689f7dfeda (patch) | |
tree | 6502b65df19b8894a6e51e5c22d2906bff2a7a47 /source4/lib/util | |
parent | ef13073676be9ec073f9cec3dd9fbce90e1d1228 (diff) | |
download | samba-a449b30ca4ad029243b585c386f11b689f7dfeda.tar.gz samba-a449b30ca4ad029243b585c386f11b689f7dfeda.tar.bz2 samba-a449b30ca4ad029243b585c386f11b689f7dfeda.zip |
r25628: Fix formatting, missing include.
(This used to be commit aafd3ea03f52b08b6697f3778728659c790d03b4)
Diffstat (limited to 'source4/lib/util')
-rw-r--r-- | source4/lib/util/util.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/util/util.h b/source4/lib/util/util.h index ca11bdfef9..42dde70a44 100644 --- a/source4/lib/util/util.h +++ b/source4/lib/util/util.h @@ -23,6 +23,9 @@ #include "charset/charset.h" +/* for TALLOC_CTX */ +#include <talloc.h> + /** * @file * @brief Helpful macros @@ -207,7 +210,6 @@ in the root domain, which can cause dial-on-demand links to come up for no apparent reason. ****************************************************************************/ _PUBLIC_ struct hostent *sys_gethostbyname(const char *name); -_PUBLIC_ const char *sys_inet_ntoa(struct in_addr in); _PUBLIC_ struct in_addr sys_inet_makeaddr(int net, int host); /* The following definitions come from lib/util/genrand.c */ |