1diff --git a/src/ecogrep.c b/src/ecogrep.c 2index 8d45312..d9fe676 100644 3--- a/src/ecogrep.c 4+++ b/src/ecogrep.c 5@@ -5,6 +5,7 @@ 6 #include <getopt.h> 7 #include <stdlib.h> 8 #include <sys/stat.h> 9+#include <unistd.h> 10 11 12 #define VERSION "0.1"