]> git.stg.codes - stg.git/commitdiff
Add proper header to use recvfrom/sendto in sgauthstress
authorMaxim Mamontov <faust.madf@gmail.com>
Tue, 20 Sep 2011 12:15:05 +0000 (15:15 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Tue, 20 Sep 2011 12:15:05 +0000 (15:15 +0300)
projects/sgauthstress/proto.cpp

index dc2bf08c1915e730be255fef5d1f6d91ad211f88..eb85ffa13f6ac915970e2fbe26efe8f255192d30 100644 (file)
@@ -1,3 +1,5 @@
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <netdb.h>
 #include <arpa/inet.h>