summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-04-14 16:23:22 +1000
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-04-14 16:23:22 +1000
commit90de3e5c903b67b2e5f3d7dc14266fe24f1daa23 (patch)
treeb2ec0c85f2455f738d6466f129a1f4d057caffa9 /config.tests
parent0def696a8d569f0895010706fb989e78b25c13c1 (diff)
Bearer management changes from Qt Mobility (7a5ff985)
7a5ff9859f5775915ae80c287f51c772599c2379
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/unix/icd/icd.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/config.tests/unix/icd/icd.cpp b/config.tests/unix/icd/icd.cpp
index e3701acb1a..8b74fd6f83 100644
--- a/config.tests/unix/icd/icd.cpp
+++ b/config.tests/unix/icd/icd.cpp
@@ -42,14 +42,12 @@
#include <libicd-network-wlan-dev.h>
#include <maemo_icd.h>
#include <iapconf.h>
-//#include <proxyconf.h>
+#include <proxyconf.h>
+#include <wlancond.h>
+#include <iapmonitor.h>
#include <icd/dbus_api.h>
-#include <dbus/dbus.h>
-#include <dbus/dbus-glib-lowlevel.h>
-
int main(int, char **)
{
- dbus_shutdown();
return 0;
}