mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:47:45 +00:00
LibC: Make sure the definition for struct timeval is available
Ideally we'd have a separate header with just struct timeval and include that (i.e. in a way similar to how macOS, FreeBSD and glibc do this).
This commit is contained in:
parent
d7f0d5ffb8
commit
8393e737b7
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <signal.h>
|
||||
#include <string.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue