s3:utils: use smbd/smbd.h instead of just smbd/proto.h
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Jun 2012 12:50:23 +0000 (14:50 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 6 Jun 2012 08:18:39 +0000 (10:18 +0200)
This fixes compiler warnings regarding incomplete types.

metze

source3/utils/status.c

index 66aec53f1791a8bddce29235ee32c2f84dc89ce5..1bcb1403fc0e5d03a76cffbedda59a2b3c4f2c54 100644 (file)
@@ -40,7 +40,7 @@
 #include "locking/proto.h"
 #include "messages.h"
 #include "librpc/gen_ndr/open_files.h"
-#include "smbd/proto.h"
+#include "smbd/smbd.h"
 #include "librpc/gen_ndr/notify.h"
 #include "lib/conn_tdb.h"