From e00a6c40bf13d9c1225022129e4cb1d617aa49bf Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 25 Aug 2011 13:39:25 +0200 Subject: s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h. Guenther --- source3/registry/reg_format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/registry/reg_format.c b/source3/registry/reg_format.c index f2b0846b11..658076c5cf 100644 --- a/source3/registry/reg_format.c +++ b/source3/registry/reg_format.c @@ -24,6 +24,7 @@ * @date Sep 2010 */ +#include "includes.h" #include "reg_format.h" #include "reg_parse.h" #include "reg_parse_internal.h" -- cgit