summaryrefslogtreecommitdiff
path: root/sysutils/xentools20/patches/patch-af
blob: cb8c0edb278e4147c1ddbc395d41a8ac2b4690e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.1.1.1.2.1 2005/05/31 11:13:04 salo Exp $

--- xfrd/select.c.orig	2005-01-12 13:22:21.000000000 +0100
+++ xfrd/select.c	2005-05-23 20:01:54.000000000 +0200
@@ -1,6 +1,8 @@
 #include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
+#include <string.h>
+#include <sys/select.h>
 
 #include "select.h"