From b05d53afe92ce0c90589e320bf8711539c0ea6c5 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 7 Apr 2011 18:46:33 +0300 Subject: [PATCH] Fix rlm_stg compilation errors --- projects/rlm_stg/libradius.h | 2 +- projects/rlm_stg/rlm_stg.cpp | 2 +- projects/rlm_stg/stg_client.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 { -- 2.43.2