openbsd-ports/net/maradns/patches/patch-server_udpsuccess_c

12 lines
317 B
Plaintext
Raw Normal View History

$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>