summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Terriberry <tterribe@xiph.org>2008-12-16 00:55:09 +0000
committerTim Terriberry <tterribe@xiph.org>2008-12-16 00:55:09 +0000
commite8da79668051b7d2a60ef624550f10dacf2b48b2 (patch)
treece50fe7277012d6c4537e7e81e29d04451312e98 /include
parentc3d93a7c703feee92503ea8d53aa75d9a0d71ff5 (diff)
downloadogg-e8da79668051b7d2a60ef624550f10dacf2b48b2.tar.gz
The iovec patch uses size_t, so we must include <stddef.h>.
git-svn-id: http://svn.xiph.org/trunk/ogg@15586 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/ogg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index fce8592..33ae3da 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -21,6 +21,7 @@
extern "C" {
#endif
+#include <stddef.h>
#include <ogg/os_types.h>
typedef struct {