add another include

Original commit message from CVS:
add another include
This commit is contained in:
Thomas Vander Stichele 2006-04-29 09:48:16 +00:00
parent 5e70d477cd
commit 3de666c5fe
2 changed files with 5 additions and 1 deletions

View file

@ -26,10 +26,11 @@
#include <gst/base/gstcollectpads.h>
#include <ogg/ogg.h>
/* 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 <string.h>
#include <time.h>
#include <stdlib.h> /* rand, srand, atoi */
GST_DEBUG_CATEGORY_STATIC (gst_ogg_mux_debug);
#define GST_CAT_DEFAULT gst_ogg_mux_debug

View file

@ -60,7 +60,10 @@
#endif
#include "gsttheoraenc.h"
#include <string.h>
#include <stdlib.h> /* free */
#include <gst/tag/tag.h>
GST_DEBUG_CATEGORY (theoraenc_debug);