diff options
Diffstat (limited to 'elf/dl-load.c')
-rw-r--r-- | elf/dl-load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index 16534f4e1c..ce29e3c3d5 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -25,6 +25,7 @@ #include <unistd.h> #include <elf/ldsodefs.h> #include <sys/mman.h> +#include <sys/param.h> #include <sys/stat.h> #include <sys/types.h> #include "dynamic-link.h" |