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 --- source3/smbd/globals.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/globals.c') diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c index 8a736993fb..63c1f5dcb5 100644 --- a/source3/smbd/globals.c +++ b/source3/smbd/globals.c @@ -21,6 +21,7 @@ #include "smbd/smbd.h" #include "smbd/globals.h" #include "memcache.h" +#include "messages.h" #if defined(WITH_AIO) struct aio_extra *aio_list_head = NULL; -- cgit