Missing #include for close() function.
This commit is contained in:
parent
cb0e6b30c0
commit
92ba748556
@ -19,6 +19,7 @@
|
||||
|
||||
#include "socket.hpp"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user