$NetBSD: patch-bc,v 1.1.1.1 2007/10/17 21:35:53 agc Exp $

--- lib/dnd/dndLinux.c	2007/09/30 13:19:05	1.1
+++ lib/dnd/dndLinux.c	2007/09/30 13:19:37
@@ -37,7 +37,7 @@
 #include "util.h"
 #include "escape.h"
 #include "su.h"
-#if defined(linux) || defined(sun) || defined(__FreeBSD__)
+#if defined(linux) || defined(sun) || defined(__FreeBSD__) || defined(__NetBSD__)
 #include "vmblock.h"
 #include "mntinfo.h"
 #endif
@@ -327,7 +327,7 @@
 
 
 /* We need to make this suck less. */
-#if defined(linux) || defined(sun) || defined(__FreeBSD__)
+#if defined(linux) || defined(sun) || defined(__FreeBSD__) || defined(__NetBSD__)
 /*
  *----------------------------------------------------------------------------
  *
