From: Maxim Mamontov Date: Tue, 20 Sep 2011 13:08:57 +0000 (+0300) Subject: Add headers for old BSD systems, add unistd.h for close in sgauthstress X-Git-Tag: 2.408-rc1~3 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/794656c0fcb22e58f04e06e41fca927dc65ac6fa Add headers for old BSD systems, add unistd.h for close in sgauthstress --- 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 #include #include +#include // close #include #include