]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.
authorGünther Deschner <gd@samba.org>
Thu, 25 Aug 2011 11:39:25 +0000 (13:39 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 22 Sep 2011 20:01:16 +0000 (22:01 +0200)
Guenther
(cherry picked from commit e00a6c40bf13d9c1225022129e4cb1d617aa49bf)

source3/registry/reg_format.c

index f2b0846b11225d2cae83a2c6083306b7bf4c0ac4..658076c5cfe8d5ddc9773941eb4133c4e3ac8dff 100644 (file)
@@ -24,6 +24,7 @@
  * @date   Sep 2010
  */
 
+#include "includes.h"
 #include "reg_format.h"
 #include "reg_parse.h"
 #include "reg_parse_internal.h"