summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/include/registry.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/registry.h b/source3/include/registry.h
index 564481945b..bb58b402fa 100644
--- a/source3/include/registry.h
+++ b/source3/include/registry.h
@@ -1,3 +1,6 @@
+#ifndef _REGISTRY_H
+#define _REGISTRY_H
+
#include "reg_objects.h"
/* The following definitions come from registry/reg_api.c */
@@ -186,3 +189,4 @@ WERROR registry_push_value(TALLOC_CTX *mem_ctx,
const struct registry_value *value,
DATA_BLOB *presult);
+#endif /* _REGISTRY_H */