diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-03 02:28:31 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-03 02:28:31 +0200 |
commit | adc09857420c4a9306148e8d15ff5faf633ba7a5 (patch) | |
tree | 4e0112436d3decb1aaaac5217d39af10f35b721d /source4/lib/registry | |
parent | 8495d17c1a97489a75b777d79e69f9680267fd28 (diff) | |
download | samba-adc09857420c4a9306148e8d15ff5faf633ba7a5.tar.gz samba-adc09857420c4a9306148e8d15ff5faf633ba7a5.tar.bz2 samba-adc09857420c4a9306148e8d15ff5faf633ba7a5.zip |
Install libevents since it's required by samba-gtk.
(This used to be commit 2073346828ffa1d9c35105eadd7afddd3a76a045)
Diffstat (limited to 'source4/lib/registry')
-rw-r--r-- | source4/lib/registry/registry.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/registry/registry.h b/source4/lib/registry/registry.h index ff03f71eb2..a86294bf46 100644 --- a/source4/lib/registry/registry.h +++ b/source4/lib/registry/registry.h @@ -22,11 +22,15 @@ #define _REGISTRY_H struct registry_context; +struct loadparm_context; +struct smb_iconv_convenience; #include <talloc.h> #include "libcli/util/werror.h" #include "librpc/gen_ndr/security.h" #include "libcli/util/ntstatus.h" +#include "util/time.h" +#include "util/data_blob.h" /** * The hive API. This API is generally used for |