]> Dogcows Code - chaz/openbox/commitdiff
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 9c42fcbcf4b715ee47b3947b11ddb0cc665e15f2..67e19ec240831874c73eb4fc629e6d6d4f81cbf5 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) \
This page took 0.024527 seconds and 4 git commands to generate.