s3:utils fix a compiler warning
authorChristian Ambach <ambi@samba.org>
Thu, 21 Jul 2011 12:47:38 +0000 (14:47 +0200)
committerChristian Ambach <ambi@samba.org>
Thu, 21 Jul 2011 12:57:10 +0000 (14:57 +0200)
fix a compiler warning about missing prototypes

source3/utils/net_afs.c

index 786627dfa1f216547685393c0fedc17d683262d9..3c7f28242ce73060bd36b4f97c72357c98706ebc 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "includes.h"
 #include "utils/net.h"
+#include "utils/net_afs.h"
 #include "secrets.h"
 #include "system/filesys.h"