From ef51bc97c102e00fdce55d2de7ae9ce0c91496ff Mon Sep 17 00:00:00 2001 From: Scoopta Date: Tue, 28 Jan 2020 13:56:21 -0800 Subject: [PATCH] Explicitly include unistd.h --- inc/wofi.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/wofi.h b/inc/wofi.h index 9e0aa0b..ce6c043 100644 --- a/inc/wofi.h +++ b/inc/wofi.h @@ -29,6 +29,7 @@ #include #include #include +#include #include