]> Dogcows Code - chaz/openbox/commitdiff
add missing includes
authorDana Jansens <danakj@orodu.net>
Fri, 1 Aug 2003 02:38:13 +0000 (02:38 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 1 Aug 2003 02:38:13 +0000 (02:38 +0000)
render/theme.c

index cfbc5f9ce868f850c7dabe4477d25e996296a071..19adacebd8344787f3d30c8e4a560e7d6eb77c0a 100644 (file)
@@ -6,6 +6,9 @@
 
 #include <X11/Xlib.h>
 #include <X11/Xresource.h>
+#include <ctype.h>
+#include <stdlib.h>
+#include <string.h>
 
 static XrmDatabase loaddb(RrTheme *theme, char *name);
 static gboolean read_int(XrmDatabase db, char *rname, int *value);
This page took 0.025411 seconds and 4 git commands to generate.