diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2008-02-12 04:47:02 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2008-02-12 04:47:02 +0000 | 
| commit | 465696fda58ed0902157cb537c067a5d1c82ff27 (patch) | |
| tree | 2c4c5179ef97a9538015045c37c79d026a61bffb | |
| parent | fe4d95e06d3de9c917c689963d2894611e82d8ce (diff) | |
Fix build problem
| -rw-r--r-- | input/device.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/input/device.c b/input/device.c index 290ad369..9eee6e5a 100644 --- a/input/device.c +++ b/input/device.c @@ -61,6 +61,8 @@  #define FI_FLAG_CONNECTED	1 +struct device; +  struct fake_input {  	int		flags;  	GIOChannel	*io; | 
