diff options
Diffstat (limited to 'innbbsd/antisplam.h')
-rw-r--r-- | innbbsd/antisplam.h | 1 |
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 */ |