mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
LibC: Move struct timeval to sys/time.h. #POSIX
This commit is contained in:
parent
16ea34fc12
commit
cbd858544d
10 changed files with 42 additions and 34 deletions
|
@ -1,12 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <LibCore/CLock.h>
|
||||
#include <AK/Badge.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <AK/WeakPtr.h>
|
||||
#include <LibCore/CLock.h>
|
||||
#include <sys/select.h>
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
|
||||
class CEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue