add missing includes
This commit is contained in:
parent
1ffbf75f9f
commit
5101e89d14
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
#include <X11/Xresource.h>
|
#include <X11/Xresource.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
static XrmDatabase loaddb(RrTheme *theme, char *name);
|
static XrmDatabase loaddb(RrTheme *theme, char *name);
|
||||||
static gboolean read_int(XrmDatabase db, char *rname, int *value);
|
static gboolean read_int(XrmDatabase db, char *rname, int *value);
|
||||||
|
|
Loading…
Reference in a new issue