diff options
author | Dave Airlie <airlied@redhat.com> | 2009-06-10 14:18:12 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-06-10 14:18:12 +1000 |
commit | 26bd1287ef4f9e63f4e3722f21c168db3d55099e (patch) | |
tree | d7381edffa00dffbdb33c3ecad500a91349e017c | |
parent | 1bfde92b1e2c1a386b679b67f1901a57623db633 (diff) |
geode: add inputstr.h include explicitly.
-rw-r--r-- | src/gx_randr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gx_randr.c b/src/gx_randr.c index 6cdd244..f61b522 100644 --- a/src/gx_randr.c +++ b/src/gx_randr.c @@ -36,6 +36,7 @@ #include "xf86Module.h" #include "mipointer.h" #include "windowstr.h" +#include "inputstr.h" #include <X11/extensions/randr.h> #include <randrstr.h> |