diff options
author | Günther Deschner <gd@samba.org> | 2011-03-24 15:31:06 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:09 +0200 |
commit | b2af281e508194d9548ea1119c19ee96a0dd1f0a (patch) | |
tree | aa029804955ef6aa2f516bae5b5a640096c3b27a /lib | |
parent | 4bd5f51c43147b74203711764390727bdda17a77 (diff) | |
download | samba-b2af281e508194d9548ea1119c19ee96a0dd1f0a.tar.gz samba-b2af281e508194d9548ea1119c19ee96a0dd1f0a.tar.bz2 samba-b2af281e508194d9548ea1119c19ee96a0dd1f0a.zip |
s3-messages: only include messages.h where needed.
Guenther
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/debug_s3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util/debug_s3.c b/lib/util/debug_s3.c index b81daea5a7..cfb675583c 100644 --- a/lib/util/debug_s3.c +++ b/lib/util/debug_s3.c @@ -20,6 +20,7 @@ #include "includes.h" #include "librpc/gen_ndr/messaging.h" +#include "messages.h" /* This is the Samba3-specific implementation of reopen_logs(), which * calls out to the s3 loadparm code, and means that we don't depend |