diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c index 7f5dcf7ab9..9a5bd0f5f8 100644 --- a/ext/ogg/gstoggmux.c +++ b/ext/ogg/gstoggmux.c @@ -26,10 +26,11 @@ #include #include -/* memcpy - if someone knows a way to get rid of it, please speak up +/* memcpy - if someone knows a way to get rid of it, please speak up * note: the ogg docs even say you need this... */ #include #include +#include /* rand, srand, atoi */ GST_DEBUG_CATEGORY_STATIC (gst_ogg_mux_debug); #define GST_CAT_DEFAULT gst_ogg_mux_debug diff --git a/ext/theora/theoraenc.c b/ext/theora/theoraenc.c index c6a1cc3a3f..b545f9f5b0 100644 --- a/ext/theora/theoraenc.c +++ b/ext/theora/theoraenc.c @@ -60,7 +60,10 @@ #endif #include "gsttheoraenc.h" + #include +#include /* free */ + #include GST_DEBUG_CATEGORY (theoraenc_debug);