summaryrefslogtreecommitdiffstats
path: root/src/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.h')
-rw-r--r--src/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/thread.h b/src/thread.h
index dbf11ce..7ecda86 100644
--- a/src/thread.h
+++ b/src/thread.h
@@ -9,6 +9,7 @@
#define BFS_THREAD_H
#include "prelude.h"
+
#include <pthread.h>
/** Thread entry point type. */