diff options
author | Günther Deschner <gd@samba.org> | 2008-01-11 14:47:52 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-11 15:10:15 +0100 |
commit | 7a87256cd1ac7962da9a5e37945ee5dd26a18c98 (patch) | |
tree | 2f59dad3aa83fc8bb4fa0cd0d45977ee6dba02ff /source3/lib/netapi/netapi.h | |
parent | 4eed7883bb0832157461cac1f0efcd6398746d7d (diff) | |
download | samba-7a87256cd1ac7962da9a5e37945ee5dd26a18c98.tar.gz samba-7a87256cd1ac7962da9a5e37945ee5dd26a18c98.tar.bz2 samba-7a87256cd1ac7962da9a5e37945ee5dd26a18c98.zip |
Include some basic headers in netapi.h.
Guenther
(This used to be commit 23b92a6fa57858c8a23c737a9cd00c076ef5dadd)
Diffstat (limited to 'source3/lib/netapi/netapi.h')
-rw-r--r-- | source3/lib/netapi/netapi.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/lib/netapi/netapi.h b/source3/lib/netapi/netapi.h index 61cece119f..274a167d53 100644 --- a/source3/lib/netapi/netapi.h +++ b/source3/lib/netapi/netapi.h @@ -20,6 +20,16 @@ #ifndef __LIB_NETAPI_H__ #define __LIB_NETAPI_H__ +/**************************************************************** + include some basic headers +****************************************************************/ + +#include <inttypes.h> + +/**************************************************************** + NET_API_STATUS +****************************************************************/ + #define NET_API_STATUS uint32_t #define NET_API_STATUS_SUCCESS 0 |