From 73ff7639310df077f88658e53095670710099f53 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Fri, 8 Apr 2011 16:28:45 +0300 Subject: [PATCH] Fix ia library header name --- projects/sgauth/web.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #include "stg/common.h" -#include "stg/ia_auth_c.h" +#include "stg/ia.h" #include "web.h" extern WEB * web; -- 2.43.2