included missing header.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1621 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-10-23 16:06:53 +00:00
parent 56d2067885
commit 5e4caf1e35

View File

@ -4,6 +4,10 @@
** Distributed under the terms of the OpenBeOS License.
*/
#include <sys/types.h>
typedef long clock_t;
typedef long time_t;