$OpenBSD: patch-gateway_Gateway_cpp,v 1.1.1.1 2009/02/16 09:44:37 ajacoutot Exp $
--- gateway/Gateway.cpp.orig	Sun Oct 12 13:10:55 2008
+++ gateway/Gateway.cpp	Sun Oct 12 13:12:37 2008
@@ -73,6 +73,10 @@
 
 #include "SSLUtil.h"
 
+#ifdef __OpenBSD__
+#include <sys/resource.h>
+#endif
+
 #ifdef max
 #undef max
 #endif
