mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
include ctype.h for isalpha()
svn path=/trunk/; revision=13967
This commit is contained in:
parent
8871c0355a
commit
510dc740a5
2 changed files with 3 additions and 0 deletions
|
@ -29,7 +29,9 @@
|
|||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include <ntoskrnl.h>
|
||||
#include <ctype.h>
|
||||
#include "kdb.h"
|
||||
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
/* INCLUDES ******************************************************************/
|
||||
#include <ntoskrnl.h>
|
||||
#include <ctype.h>
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue