summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include/ldb_parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/include/ldb_parse.h')
-rw-r--r--source4/lib/ldb/include/ldb_parse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_parse.h b/source4/lib/ldb/include/ldb_parse.h
index c0d5806cc9..930799d7b6 100644
--- a/source4/lib/ldb/include/ldb_parse.h
+++ b/source4/lib/ldb/include/ldb_parse.h
@@ -32,6 +32,8 @@
* Author: Andrew Tridgell
*/
+#ifndef _LDB_PARSE_H
+#define _LDB_PARSE_H 1
enum ldb_parse_op {LDB_OP_SIMPLE, LDB_OP_AND, LDB_OP_OR, LDB_OP_NOT};
@@ -51,3 +53,5 @@ struct ldb_parse_tree {
} not;
} u;
};
+
+#endif