From 5e4caf1e350f31bb9acaf44bba788ed547f5d829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 23 Oct 2002 16:06:53 +0000 Subject: [PATCH] included missing header. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1621 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/time.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/headers/posix/time.h b/headers/posix/time.h index ffab73081d..edd2d81b7e 100644 --- a/headers/posix/time.h +++ b/headers/posix/time.h @@ -4,6 +4,10 @@ ** Distributed under the terms of the OpenBeOS License. */ + +#include + + typedef long clock_t; typedef long time_t;