diff options
author | xengineering <me@xengineering.eu> | 2022-10-04 11:28:06 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-10-04 11:28:06 +0200 |
commit | 24c42ceaf27b858ca4e79c644d68ea2670b1cde6 (patch) | |
tree | 2fe2b206d8d4c20fb2412903234ff1eb01c5722a /main.c | |
parent | e63008f1d2b0423d8dd1cacfb02a2f0c69ae331b (diff) | |
download | limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.tar limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.tar.zst limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.zip |
Remove unistd.h
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ #include <stdbool.h> #include <stdio.h> -#include <unistd.h> +#include <getopt.h> #include "gui.h" #include "net.h" |