Include <stdlib.h> for a prototype of exit().

This commit is contained in:
Gerald Pfeifer 2004-08-22 02:01:21 +00:00 committed by Alexandre Julliard
parent 6d0edef13c
commit 51c9f1218b
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <assert.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_FREETYPE