1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Include <time.h>. Also, use <...> for inclusion of system headers.

This commit is contained in:
Marius Vollmer 2002-10-21 12:03:54 +00:00
parent 03453b05f3
commit 64e00566db

View 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;