X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/e7b7bc2d8c852e52c08f833c1862c9edd5ace0ea..03f1c4e01b98531d28f040e47974750537b05c2f:/stglibs/ia_auth_c.lib/ia_auth_c.cpp?ds=inline

diff --git a/stglibs/ia_auth_c.lib/ia_auth_c.cpp b/stglibs/ia_auth_c.lib/ia_auth_c.cpp
index fb13d5b6..075a1913 100644
--- a/stglibs/ia_auth_c.lib/ia_auth_c.cpp
+++ b/stglibs/ia_auth_c.lib/ia_auth_c.cpp
@@ -49,7 +49,7 @@
     #include <unistd.h>
 #endif
 
-#include "common.h"
+#include "stg/common.h"
 #include "ia_auth_c.h"
 
 #define IA_NONE            (0)
@@ -696,6 +696,7 @@ return INFO_8_N;
 //---------------------------------------------------------------------------
 int IA_CLIENT_PROT::Process_ERROR(const char * buffer)
 {
+ERR_8 err;
 memcpy(&err, buffer, sizeof(err));
 
 #ifdef ARCH_BE