diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2009-04-20 14:57:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-20 23:16:17 +0200 |
commit | 933482e64869f5aee2ca0356abb721facfd65943 (patch) | |
tree | 36d6f7529233334420f4ab30cda4d8a2f51c8ff3 /libgpo/gpo_fetch.c | |
parent | 374b47fb45d0a4b0cb24ff4afea9d6e341c2f8b5 (diff) | |
download | samba-933482e64869f5aee2ca0356abb721facfd65943.tar.gz |
Move gpo_ini stuff to the main libgpo. Make gpo_ini use a common parser.
It now makes use of lib/util/param.c to parse ini files.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'libgpo/gpo_fetch.c')
-rw-r--r-- | libgpo/gpo_fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpo/gpo_fetch.c b/libgpo/gpo_fetch.c index 8824a7c376c..a5714f7243a 100644 --- a/libgpo/gpo_fetch.c +++ b/libgpo/gpo_fetch.c @@ -30,6 +30,7 @@ #include "libcli/libcli_proto.h" #include "libgpo/ads_convenience.h" #include "libgpo/gpo_s4.h" +#include "lib/util/util.h" #endif /**************************************************************** |