From: Thierry Parmentelat Date: Sun, 5 Dec 2010 15:33:30 +0000 (+0100) Subject: missing include X-Git-Tag: bootmanager-4.3-22~1 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=b46b17870307fe48e523b499f05e609c51735cde missing include --- 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) { \