diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/r-x11.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/r-x11.c b/src/r-x11.c index 3094b71..5563178 100644 --- a/src/r-x11.c +++ b/src/r-x11.c @@ -23,6 +23,7 @@ #include <X11/Xlib.h> #include "constants.h" +#include "r-x11.h" #include "output.h" static Atom X_utf8; |