@@ -1,7 +1,7 @@
// include by os_types.h as a fallback
-#if defined(__ORBIS__) || defined(__NX__)
+#if defined(__ORBIS__) || defined(__NX__) || defined(__ANDROID__)
# include <sys/types.h>
typedef short ogg_int16_t;