summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-10-04 11:28:06 +0200
committerxengineering <me@xengineering.eu>2022-10-04 11:28:06 +0200
commit24c42ceaf27b858ca4e79c644d68ea2670b1cde6 (patch)
tree2fe2b206d8d4c20fb2412903234ff1eb01c5722a /main.c
parente63008f1d2b0423d8dd1cacfb02a2f0c69ae331b (diff)
downloadlimox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.tar
limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.tar.zst
limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.zip
Remove unistd.h
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 2b155d5..016ea99 100644
--- a/main.c
+++ b/main.c
@@ -2,7 +2,7 @@
#include <stdbool.h>
#include <stdio.h>
-#include <unistd.h>
+#include <getopt.h>
#include "gui.h"
#include "net.h"