diff options
Diffstat (limited to 'src/install.c')
-rw-r--r-- | src/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c index f0bbbbd92..4fccb8447 100644 --- a/src/install.c +++ b/src/install.c @@ -61,7 +61,7 @@ #include "system.h" #include "modechange.h" -#ifndef isascii +#if !defined (isascii) || defined (STDC_HEADERS) #define isascii(c) 1 #endif |