From 23fea38debb7e4362511b4002a6b2c5e125c36f7 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 21 Oct 2011 11:05:37 +0200 Subject: s3-netapi: fix missing include in examples code. Guenther --- source3/lib/netapi/examples/common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/netapi/examples/common.c b/source3/lib/netapi/examples/common.c index 74e28616bf..bdc866926b 100644 --- a/source3/lib/netapi/examples/common.c +++ b/source3/lib/netapi/examples/common.c @@ -6,6 +6,8 @@ #include #include +#include "common.h" + void popt_common_callback(poptContext con, enum poptCallbackReason reason, const struct poptOption *opt, -- cgit