summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorerikd <erikd@xiph.org>2008-04-13 12:26:40 +0000
committererikd <erikd@xiph.org>2008-04-13 12:26:40 +0000
commit537fd89ed20bd6ec7a156cfc273ef309f407fd40 (patch)
tree3de7cd347260fe1d30246af9e88751d75dea224e /include
parent68c94dc9f70c3c5b0f68d75b0d5d4cc61eada7e2 (diff)
downloadogg-537fd89ed20bd6ec7a156cfc273ef309f407fd40.tar.gz
Minor fixes to allow cross compiling from Linux to windows and running the tests under Wine.
git-svn-id: http://svn.xiph.org/trunk/ogg@14725 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/os_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h
index cb0c280..2f52c2f 100644
--- a/include/ogg/os_types.h
+++ b/include/ogg/os_types.h
@@ -35,6 +35,7 @@
typedef int64_t ogg_int64_t;
typedef uint64_t ogg_uint64_t;
# elif defined(__MINGW32__)
+# include <sys/types.h>
typedef short ogg_int16_t;
typedef unsigned short ogg_uint16_t;
typedef int ogg_int32_t;