Fix includes in libnetapi examples common.c
authorGünther Deschner <gd@samba.org>
Tue, 8 Apr 2008 15:17:17 +0000 (17:17 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 8 Apr 2008 17:40:47 +0000 (19:40 +0200)
Guenther

source/lib/netapi/examples/common.c

index db9ab0a2c9043d517578605ee687989e3a987e56..2c3e4d711d3546764bd0a5b640ce5dbe03f9aaf3 100644 (file)
@@ -1,7 +1,10 @@
 #include <stdlib.h>
 #include <string.h>
-#include <netapi.h>
+#include <sys/types.h>
+#include <inttypes.h>
+
 #include <popt.h>
+#include <netapi.h>
 
 void popt_common_callback(poptContext con,
                         enum poptCallbackReason reason,