diff options
Diffstat (limited to 'source4/lib')
-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 */ |