diff options
author | Luca Deri <deri@ntop.org> | 2017-12-25 19:26:17 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2017-12-25 19:26:17 +0100 |
commit | 8d52491508f6df8a2d1763b89690281d4952540c (patch) | |
tree | 1ac586380efdca7a68b287de88d8cade168ef31f /src/lib/third_party | |
parent | caf602c4a9210e821a5650abc49590d89f16ea23 (diff) |
Added simplified makefile
Fixed small warnings
Compilation fixes
Diffstat (limited to 'src/lib/third_party')
-rw-r--r-- | src/lib/third_party/src/ndpi_patricia.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/third_party/src/ndpi_patricia.c b/src/lib/third_party/src/ndpi_patricia.c index fe63b21b1..2bc4f869c 100644 --- a/src/lib/third_party/src/ndpi_patricia.c +++ b/src/lib/third_party/src/ndpi_patricia.c @@ -54,6 +54,7 @@ #include <arpa/inet.h> /* BSD, Linux, Solaris: for inet_addr */ #endif #include "ndpi_patricia.h" +#include "ndpi_api.h" void ndpi_DeleteEntry(void *a) { ndpi_free(a); |