]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/authorization/inetaccess/inetaccess.cpp
Include header for select in inetaccess.cpp
[stg.git] / projects / stargazer / plugins / authorization / inetaccess / inetaccess.cpp
index 4e60829d032193fae663c0ef121f82072a982428..23b1a1c9bc8c26032561ee261ab32c8689af1acc 100644 (file)
@@ -30,6 +30,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <sys/select.h>
 
 #include <csignal>
 #include <cstdlib>
@@ -42,7 +43,7 @@
 #include "stg_locker.h"
 #include "tariff.h"
 #include "user_property.h"
-#include "../../../settings.h"
+#include "settings.h"
 
 extern volatile const time_t stgTime;