commit | 130f07d8c3b5a9517e35ae131dd3e0f7cb517f40 | [log] [tgz] |
---|---|---|
author | Camilla Berglund <elmindreda@elmindreda.org> | Wed Apr 17 17:31:29 2013 +0200 |
committer | Camilla Berglund <elmindreda@elmindreda.org> | Wed Apr 17 17:31:29 2013 +0200 |
tree | 878043dfa2f31bc6f09b128565369ad23a52bb1c | |
parent | f06a70030754c92f6ef79419546267e29588fb45 [diff] |
Added include required for XUniqueContext.
diff --git a/src/x11_init.c b/src/x11_init.c index eba89a7..2781222 100644 --- a/src/x11_init.c +++ b/src/x11_init.c
@@ -30,6 +30,8 @@ #include "internal.h" +#include <X11/Xresource.h> + #include <stdlib.h> #include <string.h> #include <limits.h>