diff options
author | Günther Deschner <gd@samba.org> | 2011-02-26 00:28:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 0a250f4946a6045290229a276acf1e007c61450e (patch) | |
tree | df5f7c67a1756b1dbee2bab23c9bb8b621856b97 /libgpo/gpext | |
parent | 49ccae1c2006806b36994992a9550cbb1bb8b769 (diff) | |
download | samba-0a250f4946a6045290229a276acf1e007c61450e.tar.gz samba-0a250f4946a6045290229a276acf1e007c61450e.tar.bz2 samba-0a250f4946a6045290229a276acf1e007c61450e.zip |
registry: create and use shared libcli/registry/util_reg.h header.
Guenther
Diffstat (limited to 'libgpo/gpext')
-rw-r--r-- | libgpo/gpext/gpext.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpo/gpext/gpext.c b/libgpo/gpext/gpext.c index 8c70f65221..080bf07452 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -22,6 +22,7 @@ #include "../libgpo/gpext/gpext.h" #include "librpc/gen_ndr/ndr_misc.h" #include "lib/util/dlinklist.h" +#include "../libcli/registry/util_reg.h" #if _SAMBA_BUILD_ == 3 #include "libgpo/gpo_proto.h" #include "registry.h" |