]> git.ipfire.org Git - thirdparty/ccache.git/commit
build: Include limits.h for PATH_MAX
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 26 Oct 2022 19:00:31 +0000 (21:00 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 26 Oct 2022 19:41:16 +0000 (21:41 +0200)
commitc33609aa7df381451eb9bdf203f185972acdc21b
tree21898adbdd20ad0b14c5c3c8d092b3774dd3e29e
parent14ef97907211bb78ae8826b218e5a82cb29ae67b
build: Include limits.h for PATH_MAX

Note: The C++ climits header does not guarantee to define PATH_MAX.

Fixes #1193.
src/MiniTrace.cpp
src/Util.cpp