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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <ctype.h>
#include "PluginSys.h"
#include "ShareSys.h"
#include <ILibrarySys.h>