diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-11-16 21:01:08 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-11-16 21:01:08 -0800 |
commit | fecd6392340c4dbb15516bc58da8e7a170c036f2 (patch) | |
tree | 26cad9835bdb062f67f9940b19f32645c6570ca8 /src/rototiller.c | |
parent | 6b6a02a619c3a076e6c51112dc3ba4896d2108a1 (diff) |
rototiller: add missing pthread.h include
Diffstat (limited to 'src/rototiller.c')
-rw-r--r-- | src/rototiller.c | 1 |
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> |