From 23f479fdbb57f6afb04fe554d77834152ba8f8ee Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 27 Aug 2021 11:19:08 +0000 Subject: [PATCH] Use unistd.h instead of getopt.h --- kiwmi/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwmi/main.c b/kiwmi/main.c index 99d8471..03e6dc6 100644 --- a/kiwmi/main.c +++ b/kiwmi/main.c @@ -9,9 +9,9 @@ #include #include -#include #include #include +#include #include