summaryrefslogtreecommitdiff
path: root/source3/registry/reg_format.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-08-25 13:39:25 +0200
committerGünther Deschner <gd@samba.org>2011-08-25 13:45:34 +0200
commite00a6c40bf13d9c1225022129e4cb1d617aa49bf (patch)
treee8dd76a6cc1ce3daa7dca512b347e8916b821aab /source3/registry/reg_format.c
parent68a42bd76274fbee37270b2eaa34ffb1c96068a9 (diff)
downloadsamba-e00a6c40bf13d9c1225022129e4cb1d617aa49bf.tar.gz
samba-e00a6c40bf13d9c1225022129e4cb1d617aa49bf.tar.bz2
samba-e00a6c40bf13d9c1225022129e4cb1d617aa49bf.zip
s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.
Guenther
Diffstat (limited to 'source3/registry/reg_format.c')
-rw-r--r--source3/registry/reg_format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/registry/reg_format.c b/source3/registry/reg_format.c
index f2b0846b11..658076c5cf 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"