blob: 28a480c7e92f55b32f77d355b55305a9c22d26f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-af,v 1.2 2005/05/23 18:05:16 xtraeme 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"
|