From d964c3e08179fd68da655b5f2975486cf918ff4a Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 20 Jan 2021 19:11:36 +0100 Subject: Code cleanup: third party uthash is at the right place --- example/ndpiReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ndpiReader.c') 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 #include #include "ndpi_api.h" -#include "uthash.h" +#include "../src/lib/third_party/include/uthash.h" #include #include #include -- cgit v1.2.3