Fixed compilation with GCC 3.4.2

svn path=/trunk/; revision=12122
This commit is contained in:
Gregor Anich 2004-12-14 22:15:52 +00:00
parent 7af8972536
commit 4b5de6d7f7

View file

@ -3,6 +3,7 @@
#define NTOS_MODE_USER
#define __NO_CTYPE_INLINES
#include <ntos.h>
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
#include <limits.h>