diff options
author | Michael Adam <obnox@samba.org> | 2010-09-21 08:11:18 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-09-21 08:52:06 +0200 |
commit | b11cc305083844052d0b82560e3a7006b3520f14 (patch) | |
tree | 9f8bc7cfaa7d4353767a76ae4a3fee92b227cff7 /source3/libgpo | |
parent | e4eda5f9bcabbdb82aa4a65e5cd8558a36944270 (diff) | |
download | samba-b11cc305083844052d0b82560e3a7006b3520f14.tar.gz samba-b11cc305083844052d0b82560e3a7006b3520f14.tar.bz2 samba-b11cc305083844052d0b82560e3a7006b3520f14.zip |
s3:registry: move the reg_api prototypes to their own header.
Diffstat (limited to 'source3/libgpo')
-rw-r--r-- | source3/libgpo/gpo_reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libgpo/gpo_reg.c b/source3/libgpo/gpo_reg.c index 8c05b2f132..851fddcf20 100644 --- a/source3/libgpo/gpo_reg.c +++ b/source3/libgpo/gpo_reg.c @@ -21,6 +21,7 @@ #include "../libgpo/gpo.h" #include "libgpo/gpo_proto.h" #include "registry.h" +#include "registry/reg_api.h" #include "registry/reg_backend_db.h" #include "registry/reg_api_util.h" |