From c0156d6a4059f42e6fefaec5ddbec92129d5a180 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 25 Aug 2011 13:39:25 +0200 Subject: [PATCH] s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h. Guenther (cherry picked from commit e00a6c40bf13d9c1225022129e4cb1d617aa49bf) --- 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 f2b0846b112..658076c5cfe 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" -- 2.47.3