summaryrefslogtreecommitdiff
path: root/metaentry.h
diff options
context:
space:
mode:
Diffstat (limited to 'metaentry.h')
-rw-r--r--metaentry.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/metaentry.h b/metaentry.h
index bd80bc4..09a58a9 100644
--- a/metaentry.h
+++ b/metaentry.h
@@ -18,6 +18,9 @@
*
*/
+#ifndef METAENTRY_H
+#define METAENTRY_H
+
#include <stdbool.h>
#include "settings.h"
@@ -90,3 +93,4 @@ void mentries_compare(struct metahash *mhashreal,
int cmp),
msettings *st);
+#endif /* METAENTRY_H */