aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-22 14:43:19 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-22 14:43:19 +0100
commit7ce72c1be8e10add6dc84b85a29f7e2b924c6464 (patch)
tree8209641c914d5de96b8b876cdd7c4770f5a0a7b3 /openbsc/tests
parent7c7358e91ee794242086c4e0b7668e847b7e9905 (diff)
rtp: And really catch up and remove all occurences of openbsc/rtp.h
Diffstat (limited to 'openbsc/tests')
-rw-r--r--openbsc/tests/mgcp/mgcp_transcoding_test.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/tests/mgcp/mgcp_transcoding_test.c b/openbsc/tests/mgcp/mgcp_transcoding_test.c
index 747fd9af4..1b8001ec8 100644
--- a/openbsc/tests/mgcp/mgcp_transcoding_test.c
+++ b/openbsc/tests/mgcp/mgcp_transcoding_test.c
@@ -3,15 +3,17 @@
#include <stdio.h>
#include <string.h>
#include <err.h>
+#include <stdint.h>
#include <osmocom/core/talloc.h>
#include <osmocom/core/application.h>
+#include <osmocom/netif/rtp.h>
+
#include <openbsc/debug.h>
#include <openbsc/gsm_data.h>
#include <openbsc/mgcp.h>
#include <openbsc/mgcp_internal.h>
-#include <openbsc/rtp.h>
#include "bscconfig.h"
#ifndef BUILD_MGCP_TRANSCODING