openbsd-ports/net/maradns/patches/patch-server_udpsuccess_c
sturm 9bfed0d940 update to maradns 1.3.07.09
based on a diff by Vlad Glagolev
2008-08-20 20:13:36 +00:00

12 lines
317 B
Plaintext

$OpenBSD: patch-server_udpsuccess_c,v 1.1 2008/08/20 20:13:36 sturm Exp $
--- server/udpsuccess.c.orig Mon Aug 18 17:51:38 2008
+++ server/udpsuccess.c Mon Aug 18 17:51:54 2008
@@ -17,6 +17,7 @@
*/
#ifndef MINGW32
+#include <sys/time.h>
#include <sys/resource.h>
#include <sys/wait.h>
#include <sys/socket.h>