mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
include stdlib.h, string.h and ctype.h to fix a build problem I am seeing.
svn path=/trunk/; revision=11566
This commit is contained in:
parent
f7f3b5cbfe
commit
6b9538eb54
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
/* Comment out all this code if we are using the GNU C Library, and are not
|
||||
actually compiling the library itself. This code is part of the GNU C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue