From b46b17870307fe48e523b499f05e609c51735cde Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 5 Dec 2010 16:33:30 +0100 Subject: [PATCH] missing include --- source/libc-opendir-hack.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libc-opendir-hack.c b/source/libc-opendir-hack.c index c95117d..182a59d 100644 --- a/source/libc-opendir-hack.c +++ b/source/libc-opendir-hack.c @@ -9,6 +9,7 @@ #include #include #include +#include #define INIT(x) real_ ## x = dlsym(RTLD_NEXT, #x); \ if (!real_ ## x) { \ -- 2.43.0