From e0b47058e26d41d4b8e335551ba6fb42be8b20fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 11 Mar 2008 21:53:40 +0000 Subject: [PATCH] Missing include... at least for gcc4. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24365 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/sys/itimer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/libroot/posix/sys/itimer.c b/src/system/libroot/posix/sys/itimer.c index b2f1d736fd..f2802d05a5 100644 --- a/src/system/libroot/posix/sys/itimer.c +++ b/src/system/libroot/posix/sys/itimer.c @@ -6,6 +6,7 @@ #include +#include #include #include