summaryrefslogtreecommitdiff
path: root/tools/dhcp-test.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-07-26 10:14:58 -0700
committerMarcel Holtmann <marcel@holtmann.org>2010-07-26 10:14:58 -0700
commit162263da56c42267412d1878c493809176624697 (patch)
tree28b8ddea52d6b9cdc174199be3f57c96a40febcc /tools/dhcp-test.c
parent36a887f312bf14c265613a5a209c7de661e1bf48 (diff)
downloadconnman-162263da56c42267412d1878c493809176624697.tar.gz
connman-162263da56c42267412d1878c493809176624697.tar.bz2
connman-162263da56c42267412d1878c493809176624697.zip
Use top-level include directory for internal DHCP library
Diffstat (limited to 'tools/dhcp-test.c')
-rw-r--r--tools/dhcp-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dhcp-test.c b/tools/dhcp-test.c
index 133ed953..3b599afb 100644
--- a/tools/dhcp-test.c
+++ b/tools/dhcp-test.c
@@ -35,7 +35,7 @@
#include <net/ethernet.h>
#include <linux/if_arp.h>
-#include <gdhcp.h>
+#include <gdhcp/gdhcp.h>
static GTimer *timer;