From 9c5d7c789664d15017a837ad735b79e3b0ea4479 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 23 May 2010 13:32:08 +0200 Subject: s3:registry: protect registry.h from multiple inclusion --- source3/include/registry.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- cgit