summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-11-16 21:01:08 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-11-16 21:01:08 -0800
commitfecd6392340c4dbb15516bc58da8e7a170c036f2 (patch)
tree26cad9835bdb062f67f9940b19f32645c6570ca8 /src
parent6b6a02a619c3a076e6c51112dc3ba4896d2108a1 (diff)
rototiller: add missing pthread.h include
Diffstat (limited to 'src')
-rw-r--r--src/rototiller.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rototiller.c b/src/rototiller.c
index 75821bb..92f29fe 100644
--- a/src/rototiller.c
+++ b/src/rototiller.c
@@ -3,6 +3,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <inttypes.h>
+#include <pthread.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
© All Rights Reserved