--- a/physfs_platforms.h Mon Nov 03 15:55:29 2008 -0500
+++ b/physfs_platforms.h Wed Nov 05 14:42:48 2008 -0500
@@ -12,7 +12,11 @@
* PHYSFS_PLATFORM_UNIX on that system.
*/
-#if ((defined __BEOS__) || (defined __beos__))
+#if (defined __HAIKU__)
+# define PHYSFS_PLATFORM_HAIKU
+# define PHYSFS_PLATFORM_BEOS
+# define PHYSFS_PLATFORM_POSIX
+#elif ((defined __BEOS__) || (defined __beos__))
# define PHYSFS_PLATFORM_BEOS
# define PHYSFS_PLATFORM_POSIX
#elif (defined _WIN32_WCE) || (defined _WIN64_WCE)