diff options
-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" |