From 6610078a22d58184eb6deba40a67dda742954fbe Mon Sep 17 00:00:00 2001 From: in2 Date: Thu, 11 Aug 2005 16:53:49 +0000 Subject: make the compiler happy! git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3026 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/dbz.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'innbbsd/dbz.h') 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 */ -- cgit v1.2.3