]> git.stg.codes - stg.git/blobdiff - projects/sgauth/web.cpp
Fix sgauth compilation errors
[stg.git] / projects / sgauth / web.cpp
index ffab862b76882df51600c8b7ef158b594ed3705a..e3c38adf70b469715d914bbef869802f76089f11 100644 (file)
@@ -28,9 +28,9 @@
 #include <time.h>
 #include <libintl.h>
 
+#include "stg/common.h"
+#include "stg/ia_auth_c.h"
 #include "web.h"
-#include "common.h"
-#include "ia_auth_c.h"
 
 extern WEB * web;
 extern IA_CLIENT_PROT * clnp;
@@ -94,9 +94,8 @@ listenAddr.sin_family = AF_INET;
 listenAddr.sin_port = htons(LISTEN_PORT);
 listenAddr.sin_addr.s_addr = listenWebAddr;
 
-int lng = 1;
-
 #ifndef WIN32
+int lng = 1;
 if (0 != setsockopt(listenSocket, SOL_SOCKET, SO_REUSEADDR, &lng, 4))
     {
     printf("Setsockopt Fail\n");