LibC: Time-related POSIX compliance fixes.

This commit is contained in:
Andreas Kling 2019-03-27 01:31:53 +01:00
commit aef6030a80
Notes: sideshowbarker 2024-07-19 14:56:13 +09:00
7 changed files with 19 additions and 3 deletions

View file

@ -13,6 +13,7 @@
#include <LibC/time.h>
#include <LibC/sys/select.h>
#include <LibC/sys/socket.h>
#include <LibC/sys/time.h>
#include <LibC/errno.h>
#include <LibC/string.h>
#include <LibC/stdlib.h>