From: Maxim Mamontov Date: Thu, 7 Apr 2011 15:46:33 +0000 (+0300) Subject: Fix rlm_stg compilation errors X-Git-Tag: 2.407-rc3~31 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/b05d53afe92ce0c90589e320bf8711539c0ea6c5 Fix rlm_stg compilation errors --- diff --git a/projects/rlm_stg/libradius.h b/projects/rlm_stg/libradius.h index a8feaaab..25cb98e1 100644 --- a/projects/rlm_stg/libradius.h +++ b/projects/rlm_stg/libradius.h @@ -33,7 +33,7 @@ #include #include #include -#include "os_int.h" +#include "stg/os_int.h" #ifdef FREE_BSD #include diff --git a/projects/rlm_stg/rlm_stg.cpp b/projects/rlm_stg/rlm_stg.cpp index bd8c82f7..f93390cb 100644 --- a/projects/rlm_stg/rlm_stg.cpp +++ b/projects/rlm_stg/rlm_stg.cpp @@ -38,7 +38,7 @@ extern "C" { } #include "stg_client.h" -#include "common.h" +#include "stg/common.h" STG_CLIENT * cli; volatile time_t stgTime; diff --git a/projects/rlm_stg/stg_client.h b/projects/rlm_stg/stg_client.h index 4b684968..f87f816f 100644 --- a/projects/rlm_stg/stg_client.h +++ b/projects/rlm_stg/stg_client.h @@ -35,8 +35,8 @@ #include #include // socklen_t -#include "blowfish.h" -#include "rad_packets.h" +#include "stg/blowfish.h" +#include "stg/rad_packets.h" class STG_CLIENT {