From 60f9265b50d5a47bbc8e0f60db0c6091e0308261 Mon Sep 17 00:00:00 2001 From: Charlotte Meyer 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 3a23f32..5330138 100644 --- a/kiwmi/main.c +++ b/kiwmi/main.c @@ -9,9 +9,9 @@ #include #include -#include #include #include +#include #include