commit | cd4637eb25a2274f91a681bd80b760fa750f8608 | [log] [tgz] |
---|---|---|
author | Damien Martin-Guillerez <dmarting@google.com> | Thu May 28 20:19:53 2015 +0000 |
committer | Lukacs Berki <lberki@google.com> | Fri May 29 10:54:28 2015 +0000 |
tree | 963c8f6ecd3c8a655daf931e5bf0ebb9e6924a14 | |
parent | 23d471219fe3ab5192f5b012329607e93337a528 [diff] |
Added limits.h to headers to ijar For some reason PATH_MAX is not found on TravisCI. Towards fixing #212. -- MOS_MIGRATED_REVID=94696153
diff --git a/third_party/ijar/zip.cc b/third_party/ijar/zip.cc index adc80b6..989f50b 100644 --- a/third_party/ijar/zip.cc +++ b/third_party/ijar/zip.cc
@@ -34,6 +34,7 @@ #include <string.h> #include <sys/mman.h> #include <unistd.h> +#include <limits.h> #include <limits> #include <vector>