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 /net.c | |
parent | e63008f1d2b0423d8dd1cacfb02a2f0c69ae331b (diff) | |
download | limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.tar limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.tar.zst limox-24c42ceaf27b858ca4e79c644d68ea2670b1cde6.zip |
Remove unistd.h
Diffstat (limited to 'net.c')
-rw-r--r-- | net.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4,7 +4,6 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <unistd.h> #include <signal.h> #include <strophe.h> |