]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Include some basic headers in netapi.h.
authorGünther Deschner <gd@samba.org>
Fri, 11 Jan 2008 13:47:52 +0000 (14:47 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 11 Jan 2008 14:10:15 +0000 (15:10 +0100)
Guenther

source/lib/netapi/netapi.h

index 61cece119ff6836500ad4e750674ccb2d45cd2c1..274a167d5364115d7534e67c68fa3fffce6e4f3f 100644 (file)
 #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