aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/ndpiReader.c2
-rw-r--r--example/reader_util.h2
-rw-r--r--src/lib/third_party/include/uthash.h (renamed from example/uthash.h)0
3 files changed, 2 insertions, 2 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>
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"
diff --git a/example/uthash.h b/src/lib/third_party/include/uthash.h
index f78a73b86..f78a73b86 100644
--- a/example/uthash.h
+++ b/src/lib/third_party/include/uthash.h