diff options
author | Luca <deri@ntop.org> | 2015-11-12 15:23:00 +0100 |
---|---|---|
committer | Luca <deri@ntop.org> | 2015-11-12 15:23:00 +0100 |
commit | 8399afa607ca5e69deeceee0f1fbd0b12cec2192 (patch) | |
tree | 14a56ea7c964e5a7dd2749f1ad94de88fd8e2aa4 /src/include/ndpi_unix.h | |
parent | 68091c7cdb4f0f01e23052ccbb3afa818e47d712 (diff) |
Removed legacy linux_compat.h file
Updated IPv6 address dump format
Diffstat (limited to 'src/include/ndpi_unix.h')
-rw-r--r-- | src/include/ndpi_unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/ndpi_unix.h b/src/include/ndpi_unix.h index d902cd9b2..b680d3c30 100644 --- a/src/include/ndpi_unix.h +++ b/src/include/ndpi_unix.h @@ -25,8 +25,6 @@ #ifndef __NDPI_UNIX_INCLUDE_FILE__ #define __NDPI_UNIX_INCLUDE_FILE__ -#include "linux_compat.h" - #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #include <netinet/in.h> #if defined(__NetBSD__) || defined(__OpenBSD__) |