From: Maxim Mamontov <faust@gts.dp.ua>
Date: Fri, 8 Apr 2011 13:28:45 +0000 (+0300)
Subject: Fix ia library header name
X-Git-Tag: 2.407-rc3~20
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/73ff7639310df077f88658e53095670710099f53?ds=inline

Fix ia library header name
---

diff --git a/projects/sgauth/web.cpp b/projects/sgauth/web.cpp
index e3c38adf..6b49b325 100644
--- a/projects/sgauth/web.cpp
+++ b/projects/sgauth/web.cpp
@@ -29,7 +29,7 @@
 #include <libintl.h>
 
 #include "stg/common.h"
-#include "stg/ia_auth_c.h"
+#include "stg/ia.h"
 #include "web.h"
 
 extern WEB * web;