diff options
author | erikd <erikd@xiph.org> | 2008-04-13 12:26:40 +0000 |
---|---|---|
committer | erikd <erikd@xiph.org> | 2008-04-13 12:26:40 +0000 |
commit | b289ad278abc718541085d6980a43ca3d6e21504 (patch) | |
tree | 3de7cd347260fe1d30246af9e88751d75dea224e /include | |
parent | 15f1bbe90e931a3c7b25356492119b84be77e51a (diff) | |
download | ogg-git-b289ad278abc718541085d6980a43ca3d6e21504.tar.gz |
Minor fixes to allow cross compiling from Linux to windows and running the tests under Wine.
svn path=/trunk/ogg/; revision=14725
Diffstat (limited to 'include')
-rw-r--r-- | include/ogg/os_types.h | 1 |
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; |