summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2015-12-29 15:30:00 +0100
committergkostka <kostka.grzegorz@gmail.com>2015-12-30 09:27:21 +0100
commitc2a546d91ac5431bc65e994006e42ec2684ef91f (patch)
treee2ccf1cf97214ac71ff1219771f5255992e626ba
parent69b1e688436895c51e2a8b0c936320378481bacd (diff)
misc: change ext4_config header path in queue & tree modules
-rw-r--r--lwext4/misc/queue.h2
-rw-r--r--lwext4/misc/tree.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lwext4/misc/queue.h b/lwext4/misc/queue.h
index 298cbb1..6efd6f3 100644
--- a/lwext4/misc/queue.h
+++ b/lwext4/misc/queue.h
@@ -37,7 +37,7 @@
extern "C" {
#endif
-#include "ext4_config.h"
+#include "../ext4_config.h"
/*
* This file defines four types of data structures: singly-linked lists,
diff --git a/lwext4/misc/tree.h b/lwext4/misc/tree.h
index abde2d3..8ed5d41 100644
--- a/lwext4/misc/tree.h
+++ b/lwext4/misc/tree.h
@@ -34,7 +34,7 @@
extern "C" {
#endif
-#include "ext4_config.h"
+#include "../ext4_config.h"
/*
* This file defines data structures for different types of trees: