From fcef92143732d1f399a1f64b60a1091012638ce9 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 28 Jan 2007 17:22:43 +0000 Subject: [PATCH] Rev. 1.16 included time.h to get time_t. Change to sys/types.h. --- include/lwp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lwp.h b/include/lwp.h index 3df22990..54a586eb 100644 --- a/include/lwp.h +++ b/include/lwp.h @@ -25,7 +25,7 @@ #define LWP_H #include -#include +#include #define LWP_STACKCHECK 0x1 #define LWP_PRINT 0x2