From 2ed6e179bc03b8d4d8b605f58f17b602f33f6a5e Mon Sep 17 00:00:00 2001 From: Joseph Hindin Date: Sun, 22 Nov 2015 12:58:02 +0200 Subject: [PATCH] fixing compilation issue --- src/adapter_async.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/adapter_async.cc b/src/adapter_async.cc index 5689129..b5a1beb 100644 --- a/src/adapter_async.cc +++ b/src/adapter_async.cc @@ -12,6 +12,7 @@ #if HAVE_PTHREAD #include #endif +#include /* * Warning: This sample code is NOT thread-safe! A production implementation -- 1.9.1