From 8b5752ee0a03ab4b38c5ee5596aca80a1a475d94 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 7 Apr 2011 18:37:02 +0300 Subject: [PATCH] Fix radius plugin compilation errors --- .../stargazer/plugins/other/radius/radius.cpp | 8 ++++---- .../stargazer/plugins/other/radius/radius.h | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/projects/stargazer/plugins/other/radius/radius.cpp b/projects/stargazer/plugins/other/radius/radius.cpp index a4eea3a8..937d853c 100644 --- a/projects/stargazer/plugins/other/radius/radius.cpp +++ b/projects/stargazer/plugins/other/radius/radius.cpp @@ -30,11 +30,11 @@ #include #include +#include "stg/store.h" +#include "stg/common.h" +#include "stg/user_conf.h" +#include "stg/user_property.h" #include "radius.h" -#include "store.h" -#include "common.h" -#include "user_conf.h" -#include "user_property.h" extern volatile const time_t stgTime; diff --git a/projects/stargazer/plugins/other/radius/radius.h b/projects/stargazer/plugins/other/radius/radius.h index 26f70aa4..1c32bd0b 100644 --- a/projects/stargazer/plugins/other/radius/radius.h +++ b/projects/stargazer/plugins/other/radius/radius.h @@ -38,15 +38,15 @@ #include #include -#include "os_int.h" -#include "auth.h" -#include "module_settings.h" -#include "notifer.h" -#include "user_ips.h" -#include "user.h" -#include "users.h" -#include "blowfish.h" -#include "rad_packets.h" +#include "stg/os_int.h" +#include "stg/auth.h" +#include "stg/module_settings.h" +#include "stg/notifer.h" +#include "stg/user_ips.h" +#include "stg/user.h" +#include "stg/users.h" +#include "stg/blowfish.h" +#include "stg/rad_packets.h" extern "C" PLUGIN * GetPlugin(); -- 2.43.2