diff options
-rw-r--r-- | src/ratpoison.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ratpoison.h b/src/ratpoison.h index a8d7ea0..22dcf68 100644 --- a/src/ratpoison.h +++ b/src/ratpoison.h @@ -26,6 +26,7 @@ #include <stdlib.h> #include <stdio.h> +#include <X11/Xlib.h> /* Some error reporting macros */ #define PRE_PRINT_LOCATION fprintf (stderr, "%s:%s():%d: ", __FILE__, __FUNCTION__, __LINE__); @@ -40,6 +41,8 @@ # define PRINT_DEBUG(format, args...) #endif /* DEBUG */ +extern XGCValues gv; + #include "conf.h" #include "data.h" |