summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/content_store/contentStoreLRU.c
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/hicn/content_store/contentStoreLRU.c')
-rw-r--r--hicn-light/src/hicn/content_store/contentStoreLRU.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-light/src/hicn/content_store/contentStoreLRU.c b/hicn-light/src/hicn/content_store/contentStoreLRU.c
index 6add33d78..847d7a90e 100644
--- a/hicn-light/src/hicn/content_store/contentStoreLRU.c
+++ b/hicn-light/src/hicn/content_store/contentStoreLRU.c
@@ -16,7 +16,7 @@
#ifndef _WIN32
#include <sys/queue.h>
#endif
-#include <src/hicn/config.h>
+#include <hicn/hicn-light/config.h>
#include <stdio.h>
#include <parc/algol/parc_DisplayIndented.h>