diff options
author | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-08-05 18:13:42 -0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.dentz@indt.org.br> | 2008-08-05 18:13:42 -0300 |
commit | 76751aa2c4065f2d9492f97f5145e6f54d56b451 (patch) | |
tree | 96f8895f29617202266ebefa83e566cf016ba59a /input | |
parent | 037e751359421436c382a750b960854602424d58 (diff) |
Introduce driver.c and driver.h files.
Diffstat (limited to 'input')
-rw-r--r-- | input/manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/input/manager.c b/input/manager.c index 08609601..b18da8e0 100644 --- a/input/manager.c +++ b/input/manager.c @@ -46,6 +46,7 @@ #include "textfile.h" #include "../src/adapter.h" #include "../src/device.h" +#include "../src/driver.h" #include "device.h" #include "server.h" |