diff options
Diffstat (limited to 'dix/grabs.c')
-rw-r--r-- | dix/grabs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/grabs.c b/dix/grabs.c index 53ba1d6b9..ed3721363 100644 --- a/dix/grabs.c +++ b/dix/grabs.c @@ -62,6 +62,7 @@ SOFTWARE. #include "exglobals.h" #include "inpututils.h" #include "client.h" +#include "bug.h" #define BITMASK(i) (((Mask)1) << ((i) & 31)) #define MASKIDX(i) ((i) >> 5) |