aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/worker_main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/worker_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worker_main.c b/src/worker_main.c
index dcfee47..1bb3289 100644
--- a/src/worker_main.c
+++ b/src/worker_main.c
@@ -10,7 +10,7 @@
#include "worker.h"
#include <getopt.h>
-#include <stddef.h>
+#include <unistd.h>
static struct settings default_settings(void)
{