diff options
author | Timo Teräs <timo.teras@iki.fi> | 2017-08-29 13:26:22 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-29 13:26:22 +0300 |
commit | c31e3dc4523bc0b1a15830125372475d7395ce02 (patch) | |
tree | e429d749b843b0eebbf4da20f25f662b1165703b /testing/nitro/fix-path-max.patch | |
parent | 911268569afcf0b6c7692892bb1ee439dfd4a7be (diff) | |
download | aports-c31e3dc4523bc0b1a15830125372475d7395ce02.tar.bz2 aports-c31e3dc4523bc0b1a15830125372475d7395ce02.tar.xz |
testing/nitro: include limits.h for PATH_MAX
Diffstat (limited to 'testing/nitro/fix-path-max.patch')
-rw-r--r-- | testing/nitro/fix-path-max.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/nitro/fix-path-max.patch b/testing/nitro/fix-path-max.patch new file mode 100644 index 0000000000..4a3c575527 --- /dev/null +++ b/testing/nitro/fix-path-max.patch @@ -0,0 +1,10 @@ +--- nitro-2.7dev-1/c++/sys/source/OSUnix.cpp.orig 2017-08-29 13:22:41.833028289 +0300 ++++ nitro-2.7dev-1/c++/sys/source/OSUnix.cpp 2017-08-29 13:22:59.726615275 +0300 +@@ -25,6 +25,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <unistd.h> ++#include <limits.h> + + #include "sys/OSUnix.h" + #include "sys/File.h" |