diff options
Diffstat (limited to 'elf')
-rw-r--r-- | elf/chroot_canon.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/chroot_canon.c b/elf/chroot_canon.c index 82cb8c4..e3ca4f1 100644 --- a/elf/chroot_canon.c +++ b/elf/chroot_canon.c @@ -25,6 +25,8 @@ #include <sys/stat.h> #include <errno.h> #include <stddef.h> +#include <stdint.h> + #include "ldconfig.h" #ifndef PATH_MAX |