Include missing ctype header for macOS build

This commit is contained in:
Asher Baker
2017-10-28 12:51:55 +01:00
committed by GitHub
parent 404e96ad45
commit f156d48f45
+1
View File
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <ctype.h>
#include "PluginSys.h"
#include "ShareSys.h"
#include <ILibrarySys.h>