You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
245 B

diff --git a/elflink.c b/elflink.c
index c39c04e..92729cc 100644
--- a/elflink.c
+++ b/elflink.c
@@ -37,6 +37,7 @@
#include <limits.h>
#include <elf.h>
#include <dlfcn.h>
+#include <sys/stat.h>
#include "version.h"
#include "hugetlbfs.h"