Include sys/time.h for timeval structure

Without this, it breaks on NetBSD.
master
sin 8 years ago
parent eaf3f4811b
commit debf9d2275

@ -1,4 +1,5 @@
/* See LICENSE file for copyright and license details. */
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>

Loading…
Cancel
Save