fix include

This commit is contained in:
2023-03-21 14:48:08 +03:00
parent 20bdf3af61
commit d66f7efb3c

View File

@@ -57,6 +57,7 @@
# include <fcntl.h> # include <fcntl.h>
# include <sys/ioctl.h> # include <sys/ioctl.h>
# include <netinet/in.h> # include <netinet/in.h>
# include <netinet/tcp.h>
# include <arpa/inet.h> # include <arpa/inet.h>
# include <sys/socket.h> # include <sys/socket.h>
# include <netdb.h> # include <netdb.h>