From 1e1f827dbed2bf15c1e2a438a3c45311e54f70f6 Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Tue, 29 Jan 2019 16:11:15 +0000 Subject: [PATCH] Fix compilation error on linux --- src/seabolt/src/bolt/sync-pthread.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/seabolt/src/bolt/sync-pthread.c b/src/seabolt/src/bolt/sync-pthread.c index 702394b5..fe8369d1 100644 --- a/src/seabolt/src/bolt/sync-pthread.c +++ b/src/seabolt/src/bolt/sync-pthread.c @@ -22,6 +22,7 @@ #include "time.h" #include +#include void BoltSync_sleep(int milliseconds) {