summaryrefslogtreecommitdiffstats
path: root/serial
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-08-05 18:13:42 -0300
committerLuiz Augusto von Dentz <luiz.dentz@indt.org.br>2008-08-05 18:13:42 -0300
commit76751aa2c4065f2d9492f97f5145e6f54d56b451 (patch)
tree96f8895f29617202266ebefa83e566cf016ba59a /serial
parent037e751359421436c382a750b960854602424d58 (diff)
Introduce driver.c and driver.h files.
Diffstat (limited to 'serial')
-rw-r--r--serial/manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/serial/manager.c b/serial/manager.c
index 79d7cb8e..9df3caaa 100644
--- a/serial/manager.c
+++ b/serial/manager.c
@@ -54,6 +54,7 @@
#include "../src/dbus-common.h"
#include "adapter.h"
#include "device.h"
+#include "driver.h"
#include "logging.h"
#include "textfile.h"