summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorivo <ivo@xiph.org>2008-06-04 03:27:18 +0000
committerivo <ivo@xiph.org>2008-06-04 03:27:18 +0000
commitff8cdf9a389e732a602d89f38fe75ad197b7c6fb (patch)
treebbf9fd5a877ed933345bd71f1b4bbe9fa11659a7 /include
parent780f7f8120ba1606c587e5b12ad61a0f86ace330 (diff)
downloadogg-ff8cdf9a389e732a602d89f38fe75ad197b7c6fb.tar.gz
Build support for Haiku. Patch by scottmc at gmail. Closes #1371.
git-svn-id: http://svn.xiph.org/trunk/ogg@14997 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'include')
-rw-r--r--include/ogg/os_types.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ogg/os_types.h b/include/ogg/os_types.h
index 2f52c2f..906cf32 100644
--- a/include/ogg/os_types.h
+++ b/include/ogg/os_types.h
@@ -75,6 +75,16 @@
typedef u_int32_t ogg_uint32_t;
typedef int64_t ogg_int64_t;
+#elif defined(__HAIKU__)
+
+ /* Haiku */
+# include <sys/types.h>
+ typedef short ogg_int16_t;
+ typedef unsigned short ogg_uint16_t;
+ typedef int ogg_int32_t;
+ typedef unsigned int ogg_uint32_t;
+ typedef long long ogg_int64_t;
+
#elif defined(__BEOS__)
/* Be */