1 2 3 4 5 6 7 8 9 10 11
--- dwarves.c.orig 2016-06-30 19:30:28 UTC +++ dwarves.c @@ -16,6 +16,8 @@ #include <fcntl.h> #include <fnmatch.h> #include <libelf.h> +/* For PATH_MAX */ +#include <limits.h> #include <search.h> #include <stdio.h> #include <stdlib.h>