diff options
author | Michael Adam <obnox@samba.org> | 2010-09-21 07:40:13 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-09-21 07:41:23 +0200 |
commit | 919450a60ed996c35a1443a18d057031d56649c7 (patch) | |
tree | 0794eee4d2b6e406cb77799459f223b9ac8c103f /source3 | |
parent | 58cfbc510c7359708d4eae3045085155c912218e (diff) | |
download | samba-919450a60ed996c35a1443a18d057031d56649c7.tar.gz samba-919450a60ed996c35a1443a18d057031d56649c7.tar.bz2 samba-919450a60ed996c35a1443a18d057031d56649c7.zip |
s3:registry: regfio fix the build
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/regfio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/regfio.h b/source3/include/regfio.h index f2d952b169..3c2b6560bf 100644 --- a/source3/include/regfio.h +++ b/source3/include/regfio.h @@ -24,6 +24,7 @@ ***********************************************************/ #include "registry/reg_parse_prs.h" +#include "registry/reg_objects.h" #ifndef _REGFIO_H #define _REGFIO_H |