$NetBSD: patch-aa,v 1.2 2006/11/13 16:59:22 wulf Exp $

--- gnuradio-core/src/lib/runtime/gr_dispatcher.cc.orig	2006-09-14 07:00:04.000000000 +0930
+++ gnuradio-core/src/lib/runtime/gr_dispatcher.cc	2006-10-13 23:21:03.000000000 +0930
@@ -29,18 +29,17 @@
 #include <errno.h>
 
 #ifdef HAVE_SELECT
+#  ifdef HAVE_SYS_TIME_H
+#    include <sys/time.h>
+#  endif
 #  ifdef HAVE_SYS_SELECT_H
 #    include <sys/select.h>
-#  else
-#    ifdef HAVE_SYS_TIME_H
-#      include <sys/time.h>
-#    endif
-#    ifdef HAVE_SYS_TYPES_H
-#      include <sys/types.h>
-#    endif
-#    ifdef HAVE_UNISTD_H
-#      include <unistd.h>
-#    endif
+#  endif
+#  ifdef HAVE_SYS_TYPES_H
+#    include <sys/types.h>
+#  endif
+#  ifdef HAVE_UNISTD_H
+#    include <unistd.h>
 #  endif
 #endif
 
