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