mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
include stdlib.h for exit()
svn path=/trunk/; revision=38060
This commit is contained in:
parent
14fa0ef142
commit
b59e7d655f
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
//
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <setjmp.h>
|
||||
|
|
Loading…
Reference in a new issue