nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 14 lines 330 B view raw
1diff --git a/src/ssg/ssgLoadFLT.cxx b/src/ssg/ssgLoadFLT.cxx 2--- a/src/ssg/ssgLoadFLT.cxx 3+++ b/src/ssg/ssgLoadFLT.cxx 4@@ -112,6 +112,10 @@ 5 # include <sys/stat.h> 6 # include <sys/mman.h> 7 #endif 8+#if defined(__APPLE__) 9+typedef unsigned int uint; 10+typedef unsigned short ushort; 11+#endif 12 #ifdef UL_MSVC 13 # include <io.h> 14 #endif