Browse Source

added sys/mman.h for linux target

tempestpy_adaptions
gereon 12 years ago
parent
commit
470fa4c4b7
  1. 1
      src/utility/OsDetection.h

1
src/utility/OsDetection.h

@ -3,6 +3,7 @@
#if defined __linux__ || defined __linux
# define LINUX
# include <sys/mman.h>
#elif defined TARGET_OS_MAC || defined __apple__ || defined __APPLE__
# define MACOSX
# define _DARWIN_USE_64_BIT_INODE

Loading…
Cancel
Save