commit debf9d22753f054dd9d3f8971ecc6a1063c63574 parent eaf3f4811ba726b451ccfadcdae02df76038d49a Author: sin <sin@2f30.org> Date: Fri, 13 Nov 2015 11:14:36 +0000 Include sys/time.h for timeval structure Without this, it breaks on NetBSD. Diffstat:
M | tftp.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/tftp.c b/tftp.c @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include <sys/time.h> #include <sys/types.h> #include <sys/socket.h>