X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9abe42ea3c72567b721e860eab1e5ae77662bb56..ea169a2ed1db96a03b6e7ea907931bb640820208:/projects/sgauthstress/proto.h?ds=sidebyside

diff --git a/projects/sgauthstress/proto.h b/projects/sgauthstress/proto.h
index ed17f876..746622b7 100644
--- a/projects/sgauthstress/proto.h
+++ b/projects/sgauthstress/proto.h
@@ -1,6 +1,9 @@
 #ifndef __PROTO_H__
 #define __PROTO_H__
 
+#ifndef LINUX
+#include <netinet/in_systm.h>
+#endif
 #include <netinet/ip.h>
 #include <pthread.h>
 #include <poll.h>
@@ -60,6 +63,7 @@ class PROTO {
         static void * Runner(void * data);
 
         void Run();
+        void CheckTimeouts();
         bool RecvPacket();
         bool SendPacket(const void * buffer, size_t length, USER * user);
         bool HandlePacket(const char * buffer, size_t length, USER * user);