diff options
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 2 |
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" |