Skip to content
Snippets Groups Projects
Commit 227052f3 authored by rswindell's avatar rswindell
Browse files

Now #includes sys/time.h on Unix targets for timeval.

parent 513773fc
Branches
Tags
No related merge requests found
......@@ -56,6 +56,7 @@
#include <netinet/in.h> /* IPPROTO_IP */
#include <sys/socket.h> /* socket/bind/etc. */
#include <sys/ioctl.h> /* FIONBIO */
#include <sys/time.h> /* struct timeval */
#include <arpa/inet.h> /* inet_ntoa */
#include <unistd.h> /* close */
#include <errno.h> /* errno */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment