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/lib/dmallocmsg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/lib/dmallocmsg.c') diff --git a/source3/lib/dmallocmsg.c b/source3/lib/dmallocmsg.c index 59f7c3bd7e..837994a6ea 100644 --- a/source3/lib/dmallocmsg.c +++ b/source3/lib/dmallocmsg.c @@ -18,6 +18,7 @@ #include "includes.h" #include "librpc/gen_ndr/messaging.h" +#include "messages.h" /** * @file dmallocmsg.c -- cgit