From bd4aa3eee7af1bf8f20a321481d2ada63c181fc3 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 7 Apr 2011 18:39:17 +0300 Subject: [PATCH] Fix ethercap plugin compilation errors --- .../stargazer/plugins/capture/ether_linux/ether_cap.cpp | 6 +++--- projects/stargazer/plugins/capture/ether_linux/ether_cap.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp b/projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp index dfaf4754..f6cdc067 100644 --- a/projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp +++ b/projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp @@ -45,9 +45,9 @@ $Date: 2009/12/13 13:45:13 $ #include #include "ether_cap.h" -#include "common.h" -#include "raw_ip_packet.h" -#include "traffcounter.h" +#include "stg/common.h" +#include "stg/raw_ip_packet.h" +#include "stg/traffcounter.h" //#define CAP_DEBUG 1 diff --git a/projects/stargazer/plugins/capture/ether_linux/ether_cap.h b/projects/stargazer/plugins/capture/ether_linux/ether_cap.h index 05f89c9a..ed7ba299 100644 --- a/projects/stargazer/plugins/capture/ether_linux/ether_cap.h +++ b/projects/stargazer/plugins/capture/ether_linux/ether_cap.h @@ -30,8 +30,8 @@ #include -#include "plugin.h" -#include "module_settings.h" +#include "stg/plugin.h" +#include "stg/module_settings.h" class USERS; class TARIFFS; -- 2.43.2