mirror of
https://github.com/hufrea/byedpi.git
synced 2025-03-14 12:58:48 +03:00
Added missing includes
This commit is contained in:
parent
de4a17d93e
commit
901548ba0e
3 changed files with 4 additions and 0 deletions
1
desync.c
1
desync.c
|
@ -1,3 +1,4 @@
|
|||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
|
|
1
main.c
1
main.c
|
@ -2,6 +2,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <getopt.h>
|
||||
#include <limits.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
|
|
2
params.h
2
params.h
|
@ -1,3 +1,5 @@
|
|||
#include <stdio.h>
|
||||
|
||||
enum mode {
|
||||
MODE_PROXY_H,
|
||||
MODE_PROXY_S,
|
||||
|
|
Loading…
Add table
Reference in a new issue