cirrus: add inputstr.h explicitly

using inputInfo requires inputstr.h this got included by accident before
This commit is contained in:
Dave Airlie
2009-06-10 14:16:32 +10:00
parent f07b4a3c5d
commit 2939b59585

View File

@@ -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"