diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-02-12 22:44:50 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-02-12 22:51:24 +0100 |
commit | 63cd135faafd8abd94722a8b76cab3e8f634471c (patch) | |
tree | 42325c864f542d89c766016bc30326fced64f716 /tests | |
parent | 9ba1c6253af4a8aa9b312b7cc2b2d656011d2f33 (diff) |
[sccp] Make the file includable outside of OpenBSC
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sccp/sccp_test.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/sccp/sccp_test.c b/tests/sccp/sccp_test.c index 37615e0..91a8085 100644 --- a/tests/sccp/sccp_test.c +++ b/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)) |