diff options
Diffstat (limited to 'src/worker.c')
-rw-r--r-- | src/worker.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/worker.c b/src/worker.c index f107d7e..b422271 100644 --- a/src/worker.c +++ b/src/worker.c @@ -1,5 +1,6 @@ #include "worker.h" #include "ci.h" +#include "compiler.h" #include "const.h" #include "git.h" #include "log.h" @@ -8,8 +9,6 @@ #include "process.h" #include "signal.h" -#include <errno.h> -#include <pthread.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |