]> git.stg.codes - stg.git/commitdiff
Add sys/types.h for FreeBSD
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 4 Apr 2011 14:05:08 +0000 (17:05 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 4 Apr 2011 14:05:08 +0000 (17:05 +0300)
projects/stargazer/traffcounter_impl.cpp

index 83554e277338aa7c4e0f819881446cbf9cb65b87..e056a7a66879822e1cbc756699ec0a8f02f9684f 100644 (file)
@@ -29,6 +29,7 @@
  */
 
 /* inet_aton */
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>