aboutsummaryrefslogtreecommitdiffstats
path: root/community/astyle/fix-ppc64le-build.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/astyle: fix ppc64le buildRoberto Oliveira2018-01-161-0/+10
On systems without glibc, you might lack definition of PATH_MAX. This patch adds the limits.h header to solve this issue. PS: I will send this patch upstream latter