From 3de666c5feaef4e4331bb088a37b6c018cf72224 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 29 Apr 2006 09:48:16 +0000 Subject: [PATCH] add another include Original commit message from CVS: add another include --- ext/ogg/gstoggmux.c | 3 ++- ext/theora/theoraenc.c | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c index 7f5dcf7..9a5bd0f 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 c6a1cc3..b545f9f 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); -- 2.7.4