mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-19 01:04:58 -04:00
Add a missing time.h include to test/regress_thread.c
This commit is contained in:
parent
fb36f9a7e5
commit
2756a10cd9
@ -49,6 +49,7 @@
|
|||||||
#ifdef _EVENT_HAVE_UNISTD_H
|
#ifdef _EVENT_HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#include "sys/queue.h"
|
#include "sys/queue.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user