s3-netapi: fix missing include in examples code.
authorGünther Deschner <gd@samba.org>
Fri, 21 Oct 2011 09:05:37 +0000 (11:05 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 21 Oct 2011 09:07:24 +0000 (11:07 +0200)
Guenther

source3/lib/netapi/examples/common.c

index 74e28616bfe7d018eb52ce81461882606c618097..bdc866926b0cf8b61d4451ea70e69199c7104762 100644 (file)
@@ -6,6 +6,8 @@
 #include <popt.h>
 #include <netapi.h>
 
+#include "common.h"
+
 void popt_common_callback(poptContext con,
                         enum poptCallbackReason reason,
                         const struct poptOption *opt,