Commit 9fac6d08 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add <sys/time.h> include for NetBSD

Submitted by:	@tnn2

Fixes #2954
parent b2d18f48
......@@ -31,6 +31,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h> // for NetBSD
#include <sys/ioctl.h>
#ifdef HAVE_SYS_FILIO_H
# include <sys/filio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment