diff options
author | Luca Deri <deri@ntop.org> | 2021-01-20 19:11:36 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-01-20 19:11:36 +0100 |
commit | d964c3e08179fd68da655b5f2975486cf918ff4a (patch) | |
tree | 023a5d25200536518c7cda502012611d9de928f1 /example/ndpiReader.c | |
parent | 0809956e5f9ebbe11d5e11bebaf0c390eb993464 (diff) |
Code cleanup: third party uthash is at the right place
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index cba8bdb69..98eef139d 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -48,7 +48,7 @@ #include <assert.h> #include <math.h> #include "ndpi_api.h" -#include "uthash.h" +#include "../src/lib/third_party/include/uthash.h" #include <sys/stat.h> #include <fcntl.h> #include <sys/mman.h> |