]> git.stg.codes - stg.git/blobdiff - projects/stargazer/traffcounter_impl.cpp
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / stargazer / traffcounter_impl.cpp
index 83554e277338aa7c4e0f819881446cbf9cb65b87..3f6eb0c0f9980e4486ab04284a686b4b11a4fad1 100644 (file)
@@ -29,6 +29,7 @@
  */
 
 /* inet_aton */
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
@@ -37,9 +38,9 @@
 #include <cassert>
 #include <cstdio> // fopen and similar
 
+#include "stg/common.h"
+#include "stg/locker.h"
 #include "traffcounter_impl.h"
-#include "common.h"
-#include "stg_locker.h"
 #include "stg_timer.h"
 
 #define FLUSH_TIME  (10)