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 /source3/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 'source3/libgpo/gpext')
-rw-r--r-- | source3/libgpo/gpext/scripts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libgpo/gpext/scripts.c b/source3/libgpo/gpext/scripts.c index 09dc3de492..3e977378ee 100644 --- a/source3/libgpo/gpext/scripts.c +++ b/source3/libgpo/gpext/scripts.c @@ -23,6 +23,7 @@ #include "libgpo/gpo_proto.h" #include "registry.h" #include "registry/reg_api.h" +#include "../libcli/registry/util_reg.h" #define GP_EXT_NAME "scripts" |