include ctype.h for isalpha()

svn path=/trunk/; revision=13967
This commit is contained in:
Thomas Bluemel 2005-03-12 13:50:48 +00:00
parent 8871c0355a
commit 510dc740a5
2 changed files with 3 additions and 0 deletions

View file

@ -29,7 +29,9 @@
/* INCLUDES ******************************************************************/
#include <ntoskrnl.h>
#include <ctype.h>
#include "kdb.h"
#define NDEBUG
#include <internal/debug.h>

View file

@ -28,6 +28,7 @@
/* INCLUDES ******************************************************************/
#include <ntoskrnl.h>
#include <ctype.h>
/* FUNCTIONS *****************************************************************/