Fix compilation.

This commit is contained in:
Arkshine
2014-08-04 01:42:19 +02:00
parent 2d07189e38
commit 4b652198f0
2 changed files with 3 additions and 2 deletions

View File

@ -14,12 +14,13 @@
/*
#include <stdio.h>
#include <ctype.h>
#include <wctype.h>
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include <ILibrarySys.h>*/
#include <wctype.h>
TextParsers g_TextParser;
ITextParsers *textparsers = &g_TextParser;