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)
committerGünther Deschner <gd@samba.org>
Thu, 25 Aug 2011 11:45:34 +0000 (13:45 +0200)
Guenther

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"