From debf9d22753f054dd9d3f8971ecc6a1063c63574 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 13 Nov 2015 11:14:36 +0000 Subject: [PATCH] Include sys/time.h for timeval structure Without this, it breaks on NetBSD. --- tftp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tftp.c b/tftp.c index d0a4fa9..0a099ff 100644 --- a/tftp.c +++ b/tftp.c @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include #include #include