mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Include <stdlib.h> for a prototype of exit().
This commit is contained in:
parent
6d0edef13c
commit
51c9f1218b
@ -23,6 +23,7 @@
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_FREETYPE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user