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