diff options
author | Luca Deri <deri@ntop.org> | 2018-09-29 08:28:26 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-09-29 08:28:26 +0200 |
commit | 1f24adc9cd90f05a463a71e7c2d14c1863ccba00 (patch) | |
tree | b2d92f85d5df558c65a4b8e6610892136610b7b6 /src/lib/ndpi_main.c | |
parent | f639c237a19cb79c39af1fc552e336d504af0bad (diff) |
Renamed source files to avoid clashes
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 2c546d47d..a199ebcd0 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -43,7 +43,7 @@ #include "ndpi_content_match.c.inc" #include "third_party/include/ndpi_patricia.h" -#include "third_party/include/hash.h" +#include "third_party/include/ht_hash.h" #define NDPI_CONST_GENERIC_PROTOCOL_NAME "GenericProtocol" |