diff options
author | Günther Deschner <gd@samba.org> | 2013-12-20 17:22:23 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2014-01-07 16:59:39 +0100 |
commit | 88a0c401fce6fb3cde13b532a5a9972f40876421 (patch) | |
tree | 26cdd94344adbc2bb762388a0848e8fa4d1934c3 /libgpo/gpo_util.c | |
parent | c3f9d9929c494e9f750e0fd02443cc645ca1bba8 (diff) | |
download | samba-88a0c401fce6fb3cde13b532a5a9972f40876421.tar.gz |
libgpo: only use libgpo/gpext/gpext.h where really needed.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'libgpo/gpo_util.c')
-rw-r--r-- | libgpo/gpo_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpo/gpo_util.c b/libgpo/gpo_util.c index 4d87eb3afca..05288c63cb1 100644 --- a/libgpo/gpo_util.c +++ b/libgpo/gpo_util.c @@ -25,6 +25,7 @@ #include "../libcli/security/security.h" #include "registry.h" #include "libgpo/gpo_proto.h" +#include "libgpo/gpext/gpext.h" #if 0 #define DEFAULT_DOMAIN_POLICY "Default Domain Policy" |