summaryrefslogtreecommitdiffstats
path: root/src/common.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-20 11:23:31 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-20 12:48:28 -0500
commit7abeb8e4a0466fac1f93aedbde931818ea802a74 (patch)
tree5aa1f27bca13b555dc43002488ea2ac4859d5dce /src/common.c
parent8bbd68b2fdf94da5dfbabda1bd909ba024d899b5 (diff)
downloadofono-7abeb8e4a0466fac1f93aedbde931818ea802a74.tar.bz2
Use types.h instead of driver.h here
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c
index 14bf7f98..ff94fc0e 100644
--- a/src/common.c
+++ b/src/common.c
@@ -29,7 +29,7 @@
#include <glib.h>
-#include "driver.h"
+#include <ofono/types.h>
#include "common.h"
struct error_entry {