summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;