diff options
author | Dave Airlie <airlied@redhat.com> | 2009-06-10 14:16:32 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-06-10 14:16:32 +1000 |
commit | 2939b59585d96bb9b6f852ddb1eaa5ffd4df1cfb (patch) | |
tree | a2b8abbf62d7cab4b5f24a3d032d5b298bbd30cd | |
parent | f07b4a3c5dd3e6834367e223aa454054c34a2ac8 (diff) |
cirrus: add inputstr.h explicitly
using inputInfo requires inputstr.h this got included by accident before
-rw-r--r-- | src/lg_driver.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lg_driver.c b/src/lg_driver.c index c154c8a..2574472 100644 --- a/src/lg_driver.c +++ b/src/lg_driver.c @@ -45,6 +45,9 @@ /* All drivers initialising the SW cursor need this */ #include "mipointer.h" +/* need this for inputInfo */ +#include "inputstr.h" + /* All drivers implementing backing store need this */ #include "mibstore.h" |