summaryrefslogtreecommitdiff
path: root/render/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/theme.c')
-rw-r--r--render/theme.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/render/theme.c b/render/theme.c
index cfbc5f9c..19adaceb 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -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);