aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-02-12 22:44:50 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-02-12 22:51:24 +0100
commit8a69cb2d99f0b261817c971f7c29edb62578d3b9 (patch)
tree029f7d96c0e2f5e0b990ab2d10bac305de468297 /openbsc/tests
parentc64d9f720165bbc09835b80ef34f65475889a68d (diff)
[sccp] Make the file includable outside of OpenBSC
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/sccp/sccp_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/tests/sccp/sccp_test.c b/openbsc/tests/sccp/sccp_test.c
index 37615e0e2..91a80858d 100644
--- a/openbsc/tests/sccp/sccp_test.c
+++ b/openbsc/tests/sccp/sccp_test.c
@@ -26,9 +26,11 @@
#include <arpa/inet.h>
-#include <sccp/sccp.h>
#include <openbsc/gsm_data.h>
#include <openbsc/debug.h>
+#include <openbsc/msgb.h>
+
+#include <sccp/sccp.h>
#define MIN(x, y) ((x) < (y) ? (x) : (y))