From a7cc5352d80f2011e13a93bba1c9035b1631798b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Fri, 1 Jan 2010 19:36:01 +0000 Subject: [PATCH] * Our userland build obviously adds some default headers with GCC2 - why would it do that? This fixes the kernel build, and probably GCC4, too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34840 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/dirent.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/libroot/posix/dirent.c b/src/system/libroot/posix/dirent.c index 8b0a870694..d857ea40eb 100644 --- a/src/system/libroot/posix/dirent.c +++ b/src/system/libroot/posix/dirent.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include