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
commit70d72b73b2629e9f7c165022b3e6b61669f9ef20 (patch)
treece50fe7277012d6c4537e7e81e29d04451312e98 /include
parent3fda17917b9691356e2857e7984817d79bf65cfb (diff)
downloadogg-git-70d72b73b2629e9f7c165022b3e6b61669f9ef20.tar.gz
The iovec patch uses size_t, so we must include <stddef.h>.
svn path=/trunk/ogg/; revision=15586
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 {