From f930e6a6429d8b95504c58cdee9e0f01db5be618 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 7 Apr 2011 18:39:39 +0300 Subject: [PATCH] Fix BPF capture plugin compilation errors --- .../stargazer/plugins/capture/ether_freebsd/ether_cap.cpp | 6 +++--- .../stargazer/plugins/capture/ether_freebsd/ether_cap.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp b/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp index 26dca8e0..07e38577 100644 --- a/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp +++ b/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp @@ -49,9 +49,9 @@ $Author: faust $ #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_freebsd/ether_cap.h b/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h index aeb3be7f..05357212 100644 --- a/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h +++ b/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h @@ -32,9 +32,9 @@ #include #include -#include "os_int.h" -#include "plugin.h" -#include "module_settings.h" +#include "stg/os_int.h" +#include "stg/plugin.h" +#include "stg/module_settings.h" extern "C" PLUGIN * GetPlugin(); -- 2.44.2