From: Tim Prouty Date: Thu, 20 Nov 2008 01:29:49 +0000 (-0800) Subject: s3 build: Fix incomplete types warnings X-Git-Tag: samba-4.0.0alpha6~480^2~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b85288e82d33cc62b1d669d50daad93e008711a;p=thirdparty%2Fsamba.git s3 build: Fix incomplete types warnings --- diff --git a/lib/util/util.h b/lib/util/util.h index ec1cfef110a..dced557acbe 100644 --- a/lib/util/util.h +++ b/lib/util/util.h @@ -21,6 +21,8 @@ #ifndef _SAMBA_UTIL_H_ #define _SAMBA_UTIL_H_ +#include + #if _SAMBA_BUILD_ == 4 #include "../lib/util/charset/charset.h" #endif @@ -124,9 +126,6 @@ void CatchChildLeaveStatus(void); /* The following definitions come from lib/util/system.c */ - -struct in_addr; - /************************************************************************** A wrapper for gethostbyname() that tries avoids looking up hostnames in the root domain, which can cause dial-on-demand links to come up for no