From 8d865772046bf0ba8d0cc8a64404c99f895d7492 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 4 Feb 2013 16:51:58 -0600 Subject: [PATCH] fix dtls ifdefs --- src/switch_rtp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_rtp.c b/src/switch_rtp.c index 3c4a7a0631..897015c044 100644 --- a/src/switch_rtp.c +++ b/src/switch_rtp.c @@ -35,6 +35,7 @@ //#define DEBUG_MISSED_SEQ #include +#include #include #include #undef PACKAGE_NAME