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/winbindd/winbindd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd.c') diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 6e7dfce09a..f383e70962 100644 --- a/source3/winbindd/winbindd.c +++ b/source3/winbindd/winbindd.c @@ -35,6 +35,7 @@ #include "lib/addrchange.h" #include "serverid.h" #include "auth.h" +#include "messages.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND -- cgit