Fix implicit declaration of isspace()

This commit is contained in:
Andrew Johnson
2009-06-05 19:16:31 +00:00
parent 4fc14d2dfb
commit be6b1c4e31

View File

@@ -43,6 +43,7 @@
#include <string.h>
#include <stddef.h>
#include <stdlib.h>
#include <ctype.h>
#ifdef __GNUC__
#define NORETURN __attribute__((noreturn))