From 956c2b6d5f23ac3381fa07818c55162f4e97990e 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 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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) { \ -- 2.43.0