]> git.stg.codes - stg.git/commitdiff
Fix rlm_stg compilation errors
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:46:33 +0000 (18:46 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 7 Apr 2011 15:46:33 +0000 (18:46 +0300)
projects/rlm_stg/libradius.h
projects/rlm_stg/rlm_stg.cpp
projects/rlm_stg/stg_client.h

index a8feaaabd826c35504830b5b8e3b463b03e98888..25cb98e165fb6c410f518b7e11943c8ff8164244 100644 (file)
@@ -33,7 +33,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#include "os_int.h"
+#include "stg/os_int.h"
 
 #ifdef FREE_BSD
 #include <sys/types.h>
index bd8c82f7351aabf80c1527ca79c5496e0df66370..f93390cb4e51bb06dbbff8700fb86038596b1704 100644 (file)
@@ -38,7 +38,7 @@ extern "C" {
 }
 
 #include "stg_client.h"
-#include "common.h"
+#include "stg/common.h"
 
 STG_CLIENT * cli;
 volatile time_t stgTime;
index 4b6849684962bdcf965e923069e348b46f065fda..f87f816fbf1e6cc33665c07358455f1ab67149ee 100644 (file)
@@ -35,8 +35,8 @@
 #include <arpa/inet.h>
 #include <sys/socket.h> // socklen_t
 
-#include "blowfish.h"
-#include "rad_packets.h"
+#include "stg/blowfish.h"
+#include "stg/rad_packets.h"
 
 class STG_CLIENT
 {