]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp
Fix Divert Socket capture plugin compilation errors
[stg.git] / projects / stargazer / plugins / capture / divert_freebsd / divert_cap.cpp
index ca308593c21881c428342a91aee0802620065b5e..f6e7731a434c96d097f0b17470b05b6e63eb8d81 100644 (file)
@@ -43,9 +43,9 @@ $Date: 2010/09/10 06:43:03 $
 #include <algorithm>
 #include <vector>
 
-#include "common.h"
+#include "stg/common.h"
+#include "stg/traffcounter.h"
 #include "divert_cap.h"
-#include "traffcounter.h"
 
 #define BUFF_LEN (16384) /* max mtu -> lo=16436  TODO why?*/