missing include
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 5 Dec 2010 15:33:30 +0000 (16:33 +0100)
committerS.Çağlar Onur <caglar@verivue.com>
Fri, 11 Mar 2011 19:35:50 +0000 (14:35 -0500)
source/libc-opendir-hack.c

index c95117d..182a59d 100644 (file)
@@ -9,6 +9,7 @@
 #include <glob.h>
 #include <stdarg.h>
 #include <string.h>
+#include <sys/stat.h>
 
 #define INIT(x)        real_ ## x = dlsym(RTLD_NEXT, #x); \
                if (!real_ ## x) { \