diff options
author | Luca Deri <deri@ntop.org> | 2020-06-08 23:08:12 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-06-08 23:08:12 +0200 |
commit | 64fab4a478a9f9f7907e1ad10042ee5fb74d3850 (patch) | |
tree | 4312e9bd39f248e5fa0e2bcf06f58fd7edfa8dd2 /src/lib/third_party/include | |
parent | 3506a0786482a47281444b66a7089f64ea2b439d (diff) |
Win fixes
Diffstat (limited to 'src/lib/third_party/include')
-rw-r--r-- | src/lib/third_party/include/ndpi_patricia.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/third_party/include/ndpi_patricia.h b/src/lib/third_party/include/ndpi_patricia.h index 572797d35..6823c3112 100644 --- a/src/lib/third_party/include/ndpi_patricia.h +++ b/src/lib/third_party/include/ndpi_patricia.h @@ -66,6 +66,8 @@ #else #ifndef WIN32 # include <netinet/in.h> /* for struct in_addr */ +#else +#include <ndpi_win32.h> #endif #endif |