diff options
-rw-r--r-- | wifi/wifi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wifi/wifi.c b/wifi/wifi.c index 3e99715..5f24343 100644 --- a/wifi/wifi.c +++ b/wifi/wifi.c @@ -20,6 +20,7 @@ #include <string.h> #include <dirent.h> #include <sys/socket.h> +#include <sys/stat.h> #include <unistd.h> #include <poll.h> |