$OpenBSD: patch-include_config_h_in,v 1.4 2008/03/18 20:25:11 sturm Exp $
--- include/config.h.in.orig	Sat Nov 10 23:54:37 2007
+++ include/config.h.in	Mon Dec 10 19:52:04 2007
@@ -132,11 +132,6 @@
 #endif
 #endif
 
-#undef HAVE_SYS_RESOURCE_H
-#ifdef HAVE_SYS_RESOURCE_H
-#include <sys/resource.h>
-#endif
-
 #undef HAVE_LIMITS_H
 #ifdef HAVE_LIMITS_H
 #include <limits.h>
@@ -225,6 +220,11 @@
 #undef HAVE_SYS_TIMEB_H
 #if HAVE_SYS_TIMEB_H
 #include <sys/timeb.h>
+#endif
+
+#undef HAVE_SYS_RESOURCE_H
+#ifdef HAVE_SYS_RESOURCE_H
+#include <sys/resource.h>
 #endif
 
 #undef HAVE_SYS_IPC_H
