diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 14:50:23 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:39 +0200 |
commit | af4c99eed0f1f9120256184134be934e5997b573 (patch) | |
tree | d1d68f7197e40a760f3e17389012f18f197c70eb /source3 | |
parent | 7bc328dcb008b29fec1cdd3cfec510a9656bbdbb (diff) | |
download | samba-af4c99eed0f1f9120256184134be934e5997b573.tar.gz samba-af4c99eed0f1f9120256184134be934e5997b573.tar.bz2 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')
-rw-r--r-- | source3/utils/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c index 66aec53f17..1bcb1403fc 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" |