[xiph-commits] r13286 - trunk/theora/include/theora
giles at svn.xiph.org
giles at svn.xiph.org
Sun Jul 22 09:19:14 PDT 2007
Author: giles
Date: 2007-07-22 09:19:13 -0700 (Sun, 22 Jul 2007)
New Revision: 13286
Modified:
trunk/theora/include/theora/theora.h
Log:
The new theora_control() call uses size_t, which requires stddef.h.
Modified: trunk/theora/include/theora/theora.h
===================================================================
--- trunk/theora/include/theora/theora.h 2007-07-21 16:37:44 UTC (rev 13285)
+++ trunk/theora/include/theora/theora.h 2007-07-22 16:19:13 UTC (rev 13286)
@@ -23,6 +23,8 @@
{
#endif /* __cplusplus */
+#include <stddef.h> /* for size_t */
+
#ifndef LIBOGG2
#include <ogg/ogg.h>
#else
More information about the commits
mailing list