$NetBSD: patch-aa,v 1.1 2000/10/03 01:35:43 hubertf Exp $

--- bounce.c.orig	Mon Oct  2 21:31:42 2000
+++ bounce.c
@@ -11,6 +11,9 @@
 #ifdef _AIX
 #include <sys/select.h>
 #endif
+#ifdef __NetBSD__
+#include <string.h> /* memset() for FD_*() macros */
+#endif
 
 #include <fcntl.h>
 #include <errno.h>
