summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/macro/nlm_other.h
diff options
context:
space:
mode:
author couriersud <couriersud@gmx.org>2019-02-23 18:54:16 +0100
committer couriersud <couriersud@gmx.org>2019-02-23 18:54:29 +0100
commita65390cad5e43765ab518e8e253bf32be06c99d6 (patch)
tree2f123c2bd29ca02f04f2f3af02f592dd9b61064b /src/lib/netlist/macro/nlm_other.h
parentd208ca5105fcbb76c74f542054bb3b779d779292 (diff)
netlist: Fix relative include paths and a conflict. (nw)
nl_types.h is part of libc++. Any project with a file with the same name on the include path just fails to compile. Renamed to nltypes.h
Diffstat (limited to 'src/lib/netlist/macro/nlm_other.h')
-rw-r--r--src/lib/netlist/macro/nlm_other.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/macro/nlm_other.h b/src/lib/netlist/macro/nlm_other.h
index 7c38d8ad363..ee231fbd6db 100644
--- a/src/lib/netlist/macro/nlm_other.h
+++ b/src/lib/netlist/macro/nlm_other.h
@@ -3,7 +3,7 @@
#ifndef NLM_OTHER_H_
#define NLM_OTHER_H_
-#include "../nl_setup.h"
+#include "netlist/nl_setup.h"
#ifndef __PLIB_PREPROCESSOR__