From: Maxim Mamontov <faust.madf@gmail.com>
Date: Tue, 20 Sep 2011 12:15:05 +0000 (+0300)
Subject: Add proper header to use recvfrom/sendto in sgauthstress
X-Git-Tag: 2.408-rc1~10
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/e960de70f53203f3a3ef91dac8063921552e53ad

Add proper header to use recvfrom/sendto in sgauthstress
---

diff --git a/projects/sgauthstress/proto.cpp b/projects/sgauthstress/proto.cpp
index dc2bf08c..eb85ffa1 100644
--- a/projects/sgauthstress/proto.cpp
+++ b/projects/sgauthstress/proto.cpp
@@ -1,3 +1,5 @@
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <netdb.h>
 #include <arpa/inet.h>