From 379ca540ef20dae9e145136c11d22d03aab76ef4 Mon Sep 17 00:00:00 2001 From: Erik Ekman 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 #include #include #include