diff options
Diffstat (limited to 'libiberty/pexecute.c')
-rw-r--r-- | libiberty/pexecute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/pexecute.c b/libiberty/pexecute.c index 34d2deb..32943af 100644 --- a/libiberty/pexecute.c +++ b/libiberty/pexecute.c @@ -41,12 +41,12 @@ extern int errno; #ifdef HAVE_STDLIB_H #include <stdlib.h> #endif -#define ISSPACE (x) isspace(x) #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> #endif #include "libiberty.h" +#include "safe-ctype.h" /* stdin file number. */ #define STDIN_FILE_NO 0 |