Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Fix compilation error on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-ince committed Jan 29, 2019
1 parent d4a484e commit 1e1f827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seabolt/src/bolt/sync-pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "time.h"

#include <pthread.h>
#include <sys/time.h>

void BoltSync_sleep(int milliseconds)
{
Expand Down

0 comments on commit 1e1f827

Please sign in to comment.