diff options
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> |