aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-03-23 18:30:22 +0100
committerHarald Welte <laforge@gnumonks.org>2011-03-23 18:30:22 +0100
commit2d97000f98d5c80aebb72ea601f0cefb3350a914 (patch)
treeb9164c098d393c81be9078f0b534304d9df60131 /tests
parent4cd6e62eb36bf734d1b6bc78656ab9f655e10017 (diff)
Update include paths with libosmocore 0.2.00.0.5
Diffstat (limited to 'tests')
-rw-r--r--tests/m2ua/m2ua_test.c4
-rw-r--r--tests/sccp/sccp_test.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/m2ua/m2ua_test.c b/tests/m2ua/m2ua_test.c
index 3a2b042..f2294fa 100644
--- a/tests/m2ua/m2ua_test.c
+++ b/tests/m2ua/m2ua_test.c
@@ -17,8 +17,8 @@
#include <m2ua/m2ua_msg.h>
-#include <osmocore/utils.h>
-#include <osmocore/msgb.h>
+#include <osmocom/core/utils.h>
+#include <osmocom/core/msgb.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/sccp/sccp_test.c b/tests/sccp/sccp_test.c
index 601856a..beb6502 100644
--- a/tests/sccp/sccp_test.c
+++ b/tests/sccp/sccp_test.c
@@ -27,9 +27,9 @@
#include <arpa/inet.h>
-#include <osmocore/logging.h>
-#include <osmocore/msgb.h>
-#include <osmocore/utils.h>
+#include <osmocom/core/logging.h>
+#include <osmocom/core/msgb.h>
+#include <osmocom/core/utils.h>
#include <sccp/sccp.h>