summaryrefslogtreecommitdiff
path: root/source3/include/talloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/talloc.h')
-rw-r--r--source3/include/talloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/talloc.h b/source3/include/talloc.h
index df68166a5e..a0dc3d9795 100644
--- a/source3/include/talloc.h
+++ b/source3/include/talloc.h
@@ -1,3 +1,5 @@
+#ifndef _TALLOC_H_
+#define _TALLOC_H_
/*
Unix SMB/Netbios implementation.
Version 3.0
@@ -30,3 +32,4 @@ typedef struct {
struct talloc_chunk *list;
} TALLOC_CTX;
+#endif