From a449b30ca4ad029243b585c386f11b689f7dfeda Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 14 Oct 2007 13:28:01 +0200 Subject: r25628: Fix formatting, missing include. (This used to be commit aafd3ea03f52b08b6697f3778728659c790d03b4) --- source4/lib/util/util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/lib/util/util.h') 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 + /** * @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 */ -- cgit