Skip to content

Commit 5ff9e92

Browse files
committed
Fix JRUBY-6671
jruby-launcher fails to compile with GCC 4.6.3 on OSX Added include of <limits> to get PATH_MAX/MAX_PATH defined.
1 parent 540d7aa commit 5ff9e92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

argparser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <cstdlib>
77
#include <memory>
88
#include <string>
9+
#include <limits>
910
#include "utilsfuncs.h"
1011
#include "argparser.h"
1112
#include "argnames.h"

0 commit comments

Comments
 (0)