[fix] restoring ctype.h include

This commit is contained in:
Al
2015-08-07 01:52:01 -04:00
parent 06d2e916a1
commit 0738a57caa

View File

@@ -7,6 +7,7 @@ extern "C" {
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <stdbool.h>
#include <stdarg.h>
#include "collections.h"