summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-20 20:59:27 +0100
committerVolker Lendecke <vl@samba.org>2007-12-21 09:58:20 +0100
commit0cdf5cfdfbb6b412e1d365af4f2daf20087b37f5 (patch)
tree669f1575b972c46c36dc02524c8b07985b64d7ad
parent184c927bf5a5107db38cdb3ae7b518826ecb7133 (diff)
downloadsamba-0cdf5cfdfbb6b412e1d365af4f2daf20087b37f5.tar.gz
samba-0cdf5cfdfbb6b412e1d365af4f2daf20087b37f5.tar.bz2
samba-0cdf5cfdfbb6b412e1d365af4f2daf20087b37f5.zip
Fix a missing prototype warning
(This used to be commit 93e5de23e7109432f554745b18c6d630a39f9c2b)
-rw-r--r--source3/lib/netapi/joindomain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/netapi/joindomain.c b/source3/lib/netapi/joindomain.c
index 210763174e..10f7e94835 100644
--- a/source3/lib/netapi/joindomain.c
+++ b/source3/lib/netapi/joindomain.c
@@ -18,6 +18,7 @@
*/
#include "includes.h"
+#include "lib/netapi/joindomain.h"
extern const char *opt_user_name;
extern const char *opt_workgroup;