aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-10-22 15:58:02 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-22 15:58:02 +0200
commit0b5ffc1788fe065b8e4aff15f7023338914257d6 (patch)
tree132e575400824047cb506498650f679599136f66
parent833aa79ffaa2d6bb62c5aef0c9b980c5b486d8ff (diff)
osmo_ortp: include ortp/port.h for the memory management functions
-rw-r--r--src/trau/osmo_ortp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trau/osmo_ortp.c b/src/trau/osmo_ortp.c
index be1d1c0..64cb305 100644
--- a/src/trau/osmo_ortp.c
+++ b/src/trau/osmo_ortp.c
@@ -34,6 +34,7 @@
#include <ortp/ortp.h>
#include <ortp/rtp.h>
+#include <ortp/port.h>
static PayloadType *payload_type_efr;