From: Thierry Parmentelat Date: Sun, 5 Dec 2010 15:33:30 +0000 (+0100) Subject: missing include X-Git-Tag: bootmanager-5.0-13~3 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=956c2b6d5f23ac3381fa07818c55162f4e97990e missing include --- diff --git a/source/libc-opendir-hack.c b/source/libc-opendir-hack.c index 1b163bf..182a59d 100644 --- a/source/libc-opendir-hack.c +++ b/source/libc-opendir-hack.c @@ -1,8 +1,3 @@ -/* - * $Id$ - * $URL$ - */ - #define _GNU_SOURCE 1 #include @@ -14,6 +9,7 @@ #include #include #include +#include #define INIT(x) real_ ## x = dlsym(RTLD_NEXT, #x); \ if (!real_ ## x) { \