$OpenBSD: patch-src_irc_irc_cpp,v 1.1.1.1 2010/09/13 19:44:40 landry Exp $
--- src/irc/irc.cpp.orig	Fri Jun 25 11:24:52 2010
+++ src/irc/irc.cpp	Fri Jun 25 11:25:03 2010
@@ -16,6 +16,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <cstring>
 #include <algorithm>