gcc missing include

This commit is contained in:
Enno Rehling 2016-11-14 23:19:28 +01:00
parent ce4a3c14b3
commit 49e5b5b67e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <assert.h>
#include <stdlib.h>
#include <ctype.h>
#include <wctype.h>
#include <memory.h>