$OpenBSD: patch-gateway_Gateway_cpp,v 1.3 2009/10/20 22:34:26 ajacoutot Exp $
--- gateway/Gateway.cpp.orig	Fri Oct  9 22:34:38 2009
+++ gateway/Gateway.cpp	Tue Oct 20 23:41:36 2009
@@ -80,6 +80,10 @@
 
 #include "SSLUtil.h"
 
+#ifdef __OpenBSD__
+#include <sys/resource.h>
+#endif
+
 #ifdef max
 #undef max
 #endif
