From: Maxim Mamontov <faust@gts.dp.ua>
Date: Thu, 7 Apr 2011 15:39:17 +0000 (+0300)
Subject: Fix ethercap plugin compilation errors
X-Git-Tag: 2.407-rc3~39
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/bd4aa3eee7af1bf8f20a321481d2ada63c181fc3?ds=sidebyside

Fix ethercap plugin compilation errors
---

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 <net/if.h>
 
 #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 <string>
 
-#include "plugin.h"
-#include "module_settings.h"
+#include "stg/plugin.h"
+#include "stg/module_settings.h"
 
 class USERS;
 class TARIFFS;