diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-01 02:38:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-01 02:38:13 +0000 |
| commit | 5101e89d14d05e621809885ea6af258fd764c0b5 (patch) | |
| tree | d0c560081a5aee79240e49f86f5f548879f0193d /render/theme.c | |
| parent | 1ffbf75f9ffbeafb3f0e93c8a9a4c38230483a5a (diff) | |
add missing includes
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 3 |
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); |
