[pacman-dev] [PATCH] Add the missing limits.h include to hook.c

Alastair Hughes hobbitalastair at gmail.com
Wed Feb 3 18:25:27 UTC 2016


Currently, pacman will not build against musl libc (and presumably some other
libc implementations?) because PATH_MAX is undefined in hook.c.
Fix that by including <limits.h>.


More information about the pacman-dev mailing list