]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp
Fix BPF capture plugin compilation errors
[stg.git] / projects / stargazer / plugins / capture / ether_freebsd / ether_cap.cpp
index 26dca8e08215742a81d12547e0f2b1618c13d7f4..07e3857713c8ba4204c0823960226a1ac6da65f9 100644 (file)
@@ -49,9 +49,9 @@ $Author: faust $
 #include <unistd.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
 //-----------------------------------------------------------------------------