Added missing includes

This commit is contained in:
ruti 2023-06-12 06:00:33 +02:00
parent de4a17d93e
commit 901548ba0e
3 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <stdio.h>
#include <unistd.h>
#include <sys/socket.h>
#include <arpa/inet.h>

1
main.c
View File

@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <getopt.h>
#include <limits.h>
#include <unistd.h>
#include <fcntl.h>

View File

@ -1,3 +1,5 @@
#include <stdio.h>
enum mode {
MODE_PROXY_H,
MODE_PROXY_S,