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

@@ -1,4 +1,5 @@
#include <LibGUI/GElapsedTimer.h>
#include <sys/time.h>
void GElapsedTimer::start()
{