X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ec68c7d9fca00e976df02842dc2c9d5a523567af..3c54bbb247ffc8fa094d754099c0b009e79d484d:/sbr/ctype-checked.c diff --git a/sbr/ctype-checked.c b/sbr/ctype-checked.c index 65b1cf31..651d06cf 100644 --- a/sbr/ctype-checked.c +++ b/sbr/ctype-checked.c @@ -6,7 +6,7 @@ * distribution for complete copyright information. */ -#include +#include "config.h" #ifndef NDEBUG @@ -15,7 +15,7 @@ #error "Please report this to nmh's authors." #endif -#include +#include "ctype-checked.h" /* ctype_identity returns its index less one allowing [EOF, 255] to be * used as indexes to ctype_identity + 1. */ @@ -44,6 +44,6 @@ int ctype_identity[257] = { /* Need to put a symbol in the .c file with NDEBUG so the compilation * unit isn't empty. */ -void ctype_checked(); +void ctype_checked(void); #endif