$NetBSD: patch-ac,v 1.1 2005/01/07 09:37:21 cube Exp $ --- lib/select.c.orig Sun Nov 28 22:55:42 2004 +++ lib/select.c @@ -23,11 +23,11 @@ #include "setup.h" -#ifdef HAVE_SYS_SELECT_H -#include -#endif #ifdef HAVE_SYS_TYPES_H #include +#endif +#ifdef HAVE_SYS_SELECT_H +#include #endif #ifdef HAVE_SYS_TIME_H