From 26b9f3de0ffe471e5335b07454147457e373c037 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Wed, 30 Jun 2010 01:36:15 +0100 Subject: libdraw now has own repo --- dinput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dinput.c') diff --git a/dinput.c b/dinput.c index 6b78598..64ce036 100644 --- a/dinput.c +++ b/dinput.c @@ -12,6 +12,7 @@ #ifdef XINERAMA #include #endif +#include /* macros */ #define CLEANMASK(mask) (mask & ~(numlockmask | LockMask)) @@ -30,7 +31,6 @@ static void run(void); static void setup(Bool topbar); #include "config.h" -#include "draw.h" /* variables */ static char *prompt = NULL; -- cgit v1.2.3-54-g00ecf