summaryrefslogtreecommitdiffstats
path: root/source3/utils/status.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-06-05 14:50:23 +0200
committerStefan Metzmacher <metze@samba.org>2012-06-06 10:18:39 +0200
commitaf4c99eed0f1f9120256184134be934e5997b573 (patch)
treed1d68f7197e40a760f3e17389012f18f197c70eb /source3/utils/status.c
parent7bc328dcb008b29fec1cdd3cfec510a9656bbdbb (diff)
downloadsamba-af4c99eed0f1f9120256184134be934e5997b573.tar.gz
samba-af4c99eed0f1f9120256184134be934e5997b573.tar.xz
samba-af4c99eed0f1f9120256184134be934e5997b573.zip
s3:utils: use smbd/smbd.h instead of just smbd/proto.h
This fixes compiler warnings regarding incomplete types. metze
Diffstat (limited to 'source3/utils/status.c')
-rw-r--r--source3/utils/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c
index 66aec53f179..1bcb1403fc0 100644
--- a/source3/utils/status.c
+++ b/source3/utils/status.c
@@ -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"