mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
$NetBSD: patch-ad,v 1.1 2005/12/22 19:27:36 ghen Exp $
|
|
|
|
--- src/system/osapi/posix/sysethtun.cc.orig 2005-12-21 15:01:35.000000000 +0100
|
|
+++ src/system/osapi/posix/sysethtun.cc
|
|
@@ -33,6 +33,7 @@
|
|
#include <cstring>
|
|
#include <unistd.h>
|
|
#include <sys/wait.h>
|
|
+#include <sys/select.h>
|
|
|
|
#include "system/sysethtun.h"
|
|
#include "tools/snprintf.h"
|