From: Günther Deschner Date: Fri, 11 Jan 2008 13:47:52 +0000 (+0100) Subject: Include some basic headers in netapi.h. X-Git-Tag: samba-3.2.0pre2~38^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=23b92a6fa57858c8a23c737a9cd00c076ef5dadd;p=thirdparty%2Fsamba.git Include some basic headers in netapi.h. Guenther --- diff --git a/source/lib/netapi/netapi.h b/source/lib/netapi/netapi.h index 61cece119ff..274a167d536 100644 --- a/source/lib/netapi/netapi.h +++ b/source/lib/netapi/netapi.h @@ -20,6 +20,16 @@ #ifndef __LIB_NETAPI_H__ #define __LIB_NETAPI_H__ +/**************************************************************** + include some basic headers +****************************************************************/ + +#include + +/**************************************************************** + NET_API_STATUS +****************************************************************/ + #define NET_API_STATUS uint32_t #define NET_API_STATUS_SUCCESS 0