aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2021-01-20 19:11:36 +0100
committerLuca Deri <deri@ntop.org>2021-01-20 19:11:36 +0100
commitd964c3e08179fd68da655b5f2975486cf918ff4a (patch)
tree023a5d25200536518c7cda502012611d9de928f1 /example/reader_util.h
parent0809956e5f9ebbe11d5e11bebaf0c390eb993464 (diff)
Code cleanup: third party uthash is at the right place
Diffstat (limited to 'example/reader_util.h')
-rw-r--r--example/reader_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index d2eb014bc..ba05144dd 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -29,7 +29,7 @@
#ifndef __NDPI_UTIL_H__
#define __NDPI_UTIL_H__
-#include "uthash.h"
+#include "../src/lib/third_party/include/uthash.h"
#include <pcap.h>
#include "ndpi_includes.h"
#include "ndpi_classify.h"