freebsd-ports/games/aquaria/files/patch-ExternalLibs_ttvfs_VFSTools.cpp

16 lines
318 B
C++
Raw Normal View History

--- ExternalLibs/ttvfs/VFSTools.cpp.orig 2016-06-19 23:56:27 UTC
+++ ExternalLibs/ttvfs/VFSTools.cpp
@@ -12,11 +12,7 @@
# include <windows.h>
# include <io.h>
#else
-# ifdef __HAIKU__
-# include <dirent.h>
-# else
-# include <sys/dir.h>
-# endif
+# include <dirent.h>
# include <unistd.h>
#endif