diff options
author | Günther Deschner <gd@samba.org> | 2011-08-25 13:39:25 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-08-25 13:45:34 +0200 |
commit | e00a6c40bf13d9c1225022129e4cb1d617aa49bf (patch) | |
tree | e8dd76a6cc1ce3daa7dca512b347e8916b821aab | |
parent | 68a42bd76274fbee37270b2eaa34ffb1c96068a9 (diff) | |
download | samba-e00a6c40bf13d9c1225022129e4cb1d617aa49bf.tar.gz samba-e00a6c40bf13d9c1225022129e4cb1d617aa49bf.tar.bz2 samba-e00a6c40bf13d9c1225022129e4cb1d617aa49bf.zip |
s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.
Guenther
-rw-r--r-- | 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 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" |