diff options
Diffstat (limited to 'gst/rtpmux/gstrtpdtmfmux.c')
-rw-r--r-- | gst/rtpmux/gstrtpdtmfmux.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/rtpmux/gstrtpdtmfmux.c b/gst/rtpmux/gstrtpdtmfmux.c index 409375b7..692bf595 100644 --- a/gst/rtpmux/gstrtpdtmfmux.c +++ b/gst/rtpmux/gstrtpdtmfmux.c @@ -64,9 +64,10 @@ #endif #include <gst/gst.h> -#include <gstrtpdtmfmux.h> #include <string.h> +#include "gstrtpdtmfmux.h" + GST_DEBUG_CATEGORY_STATIC (gst_rtp_dtmf_mux_debug); #define GST_CAT_DEFAULT gst_rtp_dtmf_mux_debug |