diff options
Diffstat (limited to 'libgpo')
-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 6b81575024..8c70f65221 100644 --- a/libgpo/gpext/gpext.c +++ b/libgpo/gpext/gpext.c @@ -25,6 +25,7 @@ #if _SAMBA_BUILD_ == 3 #include "libgpo/gpo_proto.h" #include "registry.h" +#include "registry/reg_api.h" #endif static struct gp_extension *extensions = NULL; |