summaryrefslogtreecommitdiff
path: root/Userland
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-03-27 01:31:53 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-03-27 01:31:53 +0100
commitaef6030a80765dec6fbd176a8d79ef6e6de03854 (patch)
treeb11cd259b6e27de7627a6f4f93170bcd13c7fba3 /Userland
parentabd5931184c49fffc62efeadb2795ccbb86bce05 (diff)
downloadserenity-aef6030a80765dec6fbd176a8d79ef6e6de03854.zip
LibC: Time-related POSIX compliance fixes.
Diffstat (limited to 'Userland')
-rw-r--r--Userland/ping.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/ping.cpp b/Userland/ping.cpp
index 914a5a8a36..05a63d0b66 100644
--- a/Userland/ping.cpp
+++ b/Userland/ping.cpp
@@ -1,4 +1,5 @@
#include <sys/socket.h>
+#include <sys/time.h>
#include <arpa/inet.h>
#include <netinet/ip_icmp.h>
#include <netinet/in.h>