summaryrefslogtreecommitdiffstats
path: root/innbbsd/antisplam.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-25 23:01:00 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-25 23:01:00 +0800
commit949977dfed6a77c6c0daaeae498a9919dd22fdee (patch)
tree20ced334edb22774c74a355076fab66171067335 /innbbsd/antisplam.h
parentd56dce6834668e0fe47c8cd85e33d1128a696487 (diff)
downloadpttbbs-949977dfed6a77c6c0daaeae498a9919dd22fdee.tar
pttbbs-949977dfed6a77c6c0daaeae498a9919dd22fdee.tar.gz
pttbbs-949977dfed6a77c6c0daaeae498a9919dd22fdee.tar.bz2
pttbbs-949977dfed6a77c6c0daaeae498a9919dd22fdee.tar.lz
pttbbs-949977dfed6a77c6c0daaeae498a9919dd22fdee.tar.xz
pttbbs-949977dfed6a77c6c0daaeae498a9919dd22fdee.tar.zst
pttbbs-949977dfed6a77c6c0daaeae498a9919dd22fdee.zip
for x86-64
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2434 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/antisplam.h')
-rw-r--r--innbbsd/antisplam.h1
1 files changed, 1 insertions, 0 deletions
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 */