$OpenBSD: patch-gateway_Gateway_cpp,v 1.5 2010/04/22 10:06:18 ajacoutot Exp $
--- gateway/Gateway.cpp.orig	Wed Apr 14 13:39:54 2010
+++ gateway/Gateway.cpp	Thu Apr 22 10:28:51 2010
@@ -83,6 +83,10 @@
 
 #include "UnixUtil.h"
 
+#ifdef __OpenBSD__
+#include <sys/resource.h>
+#endif
+
 #ifdef max
 #undef max
 #endif
