commit | 51c9f1218be6ac14bc61e1823e6f3cde65604e1f | [log] [tgz] |
---|---|---|
author | Gerald Pfeifer <gerald@pfeifer.com> | Sun Aug 22 02:01:21 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Aug 22 02:01:21 2004 +0000 |
tree | 5ae09954d33a583e169197c015393e9778be00ad | |
parent | 6d0edef13cf8cb6abb768af37b25337b7dfeda89 [diff] |
Include <stdlib.h> for a prototype of exit().
diff --git a/tools/sfnt2fnt.c b/tools/sfnt2fnt.c index 2cbb742..0ffe7e3 100644 --- a/tools/sfnt2fnt.c +++ b/tools/sfnt2fnt.c
@@ -23,6 +23,7 @@ #include <assert.h> #include <ctype.h> #include <stdio.h> +#include <stdlib.h> #ifdef HAVE_FREETYPE