From: Günther Deschner Date: Thu, 25 Aug 2011 11:39:25 +0000 (+0200) Subject: s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0156d6a4059f42e6fefaec5ddbec92129d5a180;p=thirdparty%2Fsamba.git s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h. Guenther (cherry picked from commit e00a6c40bf13d9c1225022129e4cb1d617aa49bf) --- 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"