include stdlib for exit()
authorDana Jansens <danakj@orodu.net>
Mon, 7 Jul 2003 20:26:32 +0000 (20:26 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 7 Jul 2003 20:26:32 +0000 (20:26 +0000)
render/font.c

index 9c42fcb..67e19ec 100644 (file)
@@ -9,6 +9,7 @@
 #include <X11/Xft/Xft.h>
 #include <glib.h>
 #include <string.h>
+#include <stdlib.h>
 
 #define ELIPSES "..."
 #define ELIPSES_LENGTH(font) \