From 0afc99b33ff8bf624964090bae71d4f0a5830dc9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 31 Oct 2014 19:44:42 +0100 Subject: osdep: potentially fix compilation on OpenBSD The header expects that was already included. We were including only later via our threads.h. --- osdep/threads.c | 1 + 1 file changed, 1 insertion(+) diff --git a/osdep/threads.c b/osdep/threads.c index 6ef08dbf49..4f5b39d504 100644 --- a/osdep/threads.c +++ b/osdep/threads.c @@ -16,6 +16,7 @@ */ #include #include +#include #include "config.h" -- cgit v1.2.3