Include <time.h>. Also, use <...> for inclusion of system headers.
authorMarius Vollmer <mvo@zagadka.de>
Mon, 21 Oct 2002 12:03:54 +0000 (12:03 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 21 Oct 2002 12:03:54 +0000 (12:03 +0000)
libguile/null-threads.c

index ac1a135..41842a1 100644 (file)
@@ -46,8 +46,9 @@
 #include "libguile/root.h"
 #include "libguile/stackchk.h"
 #include "libguile/async.h"
-#include "sys/time.h"
-#include "sys/types.h"
+#include <sys/time.h>
+#include <sys/types.h>
+#include <time.h>
 
 void *scm_null_threads_data;