diff options
Diffstat (limited to 'gst/hls/m3u8.c')
-rw-r--r-- | gst/hls/m3u8.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/hls/m3u8.c b/gst/hls/m3u8.c index 449b63ee9..c27f159b5 100644 --- a/gst/hls/m3u8.c +++ b/gst/hls/m3u8.c @@ -23,6 +23,7 @@ #include <errno.h> #include <glib.h> +#include <gst/glib-compat-private.h> #include "gstfragmented.h" #include "m3u8.h" |