diff options
author | Günther Deschner <gd@samba.org> | 2011-03-22 16:57:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:08 +0200 |
commit | 8c24ebf371d8aff4742a2ba063a8789e20eaaabc (patch) | |
tree | 40c5d5fcd3552757d9c3d32747bb32c128c0b7a0 /source3/smbd/notify_internal.c | |
parent | ef990a1701646197abcc0cdc61bb07df6210f950 (diff) | |
download | samba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.tar.gz samba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.tar.xz samba-8c24ebf371d8aff4742a2ba063a8789e20eaaabc.zip |
s3: include smbd/smbd.h where needed.
Guenther
Diffstat (limited to 'source3/smbd/notify_internal.c')
-rw-r--r-- | source3/smbd/notify_internal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c index 3b481cdef9..2fa6c76d48 100644 --- a/source3/smbd/notify_internal.c +++ b/source3/smbd/notify_internal.c @@ -28,6 +28,7 @@ #include "librpc/gen_ndr/ndr_notify.h" #include "librpc/gen_ndr/messaging.h" #include "dbwrap.h" +#include "smbd/smbd.h" struct notify_context { struct db_context *db_recursive; |