From b2af281e508194d9548ea1119c19ee96a0dd1f0a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Mar 2011 15:31:06 +0100 Subject: s3-messages: only include messages.h where needed. Guenther --- lib/util/debug_s3.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 -- cgit