From 2c3fdf3346e45e8ffc13102bbdd26a7ab5a4aac5 Mon Sep 17 00:00:00 2001
From: Erik Ekman <yarrick@kryo.se>
Date: Sun, 20 Sep 2009 09:01:47 +0000
Subject: [PATCH] Fix OpenBSD build error

---
 src/common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/common.h b/src/common.h
index d5ecc4e..12c91d2 100644
--- a/src/common.h
+++ b/src/common.h
@@ -34,6 +34,7 @@ extern const unsigned char raw_header[RAW_HDR_LEN];
 #ifdef WINDOWS32
 #include "windows.h"
 #else
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <err.h>
 #include <arpa/inet.h>