From e00a6c40bf13d9c1225022129e4cb1d617aa49bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?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 --- source3/registry/reg_format.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/source3/registry/reg_format.c b/source3/registry/reg_format.c index f2b0846..658076c 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" -- 1.7.6