[xiph-commits] r15586 - trunk/ogg/include/ogg

tterribe at svn.xiph.org tterribe at svn.xiph.org
Mon Dec 15 16:55:09 PST 2008


Author: tterribe
Date: 2008-12-15 16:55:09 -0800 (Mon, 15 Dec 2008)
New Revision: 15586

Modified:
   trunk/ogg/include/ogg/ogg.h
Log:
The iovec patch uses size_t, so we must include <stddef.h>.


Modified: trunk/ogg/include/ogg/ogg.h
===================================================================
--- trunk/ogg/include/ogg/ogg.h	2008-12-16 00:51:15 UTC (rev 15585)
+++ trunk/ogg/include/ogg/ogg.h	2008-12-16 00:55:09 UTC (rev 15586)
@@ -21,6 +21,7 @@
 extern "C" {
 #endif
 
+#include <stddef.h>
 #include <ogg/os_types.h>
 
 typedef struct {



More information about the commits mailing list