mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
$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"
|
|
|