diff options
Diffstat (limited to 'emulators/pearpc/patches/patch-ad')
-rw-r--r-- | emulators/pearpc/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/emulators/pearpc/patches/patch-ad b/emulators/pearpc/patches/patch-ad new file mode 100644 index 00000000000..4fb5e0cd148 --- /dev/null +++ b/emulators/pearpc/patches/patch-ad @@ -0,0 +1,12 @@ +$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" |