1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

LibC: Time-related POSIX compliance fixes.

This commit is contained in:
Andreas Kling 2019-03-27 01:31:53 +01:00
parent abd5931184
commit aef6030a80
7 changed files with 19 additions and 3 deletions

View file

@ -9,8 +9,9 @@
#include <Kernel/MousePacket.h>
#include <LibC/sys/socket.h>
#include <LibC/sys/select.h>
#include <LibC/unistd.h>
#include <LibC/sys/time.h>
#include <LibC/time.h>
#include <LibC/unistd.h>
#include <LibC/fcntl.h>
#include <LibC/stdio.h>
#include <LibC/errno.h>