summaryrefslogtreecommitdiffstats
path: root/innbbsd/dbz.h
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/dbz.h')
-rw-r--r--innbbsd/dbz.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/innbbsd/dbz.h b/innbbsd/dbz.h
index 94414012..4883c1e6 100644
--- a/innbbsd/dbz.h
+++ b/innbbsd/dbz.h
@@ -1,4 +1,6 @@
/* for dbm and dbz */
+#ifndef _DBZ_H
+#define _DBZ_H
typedef struct {
char *dptr;
int dsize;
@@ -30,3 +32,5 @@ extern int dbzdebug();
* them simplifies the code and doesn't hurt anything.
*/
#define DBZMAXKEY 255
+
+#endif /* _DBZ_H */