mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
Include <stdlib.h> for a prototype of exit().
This commit is contained in:
parent
6d0edef13c
commit
51c9f1218b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_FREETYPE
|
||||
|
||||
|
|
Loading…
Reference in a new issue