X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/c6b334814cf2d92c88cebfb4ad9d501a94b8e78a..18990b532c136adc812b80e20cb0b1b226d648d3:/projects/sgauthstress/user.cpp 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>