$OpenBSD: patch-include_config_h_in,v 1.3 2006/06/11 13:13:29 sturm Exp $
--- include/config.h.in.orig	Sun Jun 11 14:29:44 2006
+++ include/config.h.in	Sun Jun 11 14:30:53 2006
@@ -115,11 +115,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>
@@ -193,6 +188,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
