mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Include <time.h>. Also, use <...> for inclusion of system headers.
This commit is contained in:
parent
03453b05f3
commit
64e00566db
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue