From 70d72b73b2629e9f7c165022b3e6b61669f9ef20 Mon Sep 17 00:00:00 2001 From: Tim Terriberry Date: Tue, 16 Dec 2008 00:55:09 +0000 Subject: The iovec patch uses size_t, so we must include . svn path=/trunk/ogg/; revision=15586 --- include/ogg/ogg.h | 1 + 1 file changed, 1 insertion(+) 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 #include typedef struct { -- cgit v1.2.1