From 949977dfed6a77c6c0daaeae498a9919dd22fdee Mon Sep 17 00:00:00 2001 From: in2 Date: Tue, 25 Jan 2005 15:01:00 +0000 Subject: for x86-64 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2434 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/antisplam.h | 1 + 1 file changed, 1 insertion(+) (limited to 'innbbsd/antisplam.h') diff --git a/innbbsd/antisplam.h b/innbbsd/antisplam.h index dc55ef2f..0832533f 100644 --- a/innbbsd/antisplam.h +++ b/innbbsd/antisplam.h @@ -1,3 +1,4 @@ +#include "bbs.h" #define char_lower(c) ((c >= 'A' && c <= 'Z') ? c|32 : c) #if 0 /* string.h , libc */ -- cgit v1.2.3