X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c6b334814cf2d92c88cebfb4ad9d501a94b8e78a..baaffcbb18847d38ac7413c91abc361eaad8007b:/projects/sgauthstress/user.cpp?ds=inline diff --git a/projects/sgauthstress/user.cpp b/projects/sgauthstress/user.cpp index efe63af6..944907fe 100644 --- a/projects/sgauthstress/user.cpp +++ b/projects/sgauthstress/user.cpp @@ -1,5 +1,7 @@ +#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> +#include <unistd.h> // close #include <cstring> #include <cerrno>