1diff --git a/src/drip_daemon.c b/src/drip_daemon.c 2index cbfd4d9..79fdaf4 100644 3--- a/src/drip_daemon.c 4+++ b/src/drip_daemon.c 5@@ -5,6 +5,7 @@ 6 #include <stdio.h> 7 #include <unistd.h> 8 #include <sys/stat.h> 9+#include <sys/wait.h> 10 11 static char* jvm_dir;