summaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/nolibc/ctype.h')
-rw-r--r--tools/include/nolibc/ctype.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/include/nolibc/ctype.h b/tools/include/nolibc/ctype.h
index e3000b2992d7..6f90706d0644 100644
--- a/tools/include/nolibc/ctype.h
+++ b/tools/include/nolibc/ctype.h
@@ -96,4 +96,7 @@ int ispunct(int c)
return isgraph(c) && !isalnum(c);
}
+/* make sure to include all global symbols */
+#include "nolibc.h"
+
#endif /* _NOLIBC_CTYPE_H */