diff options
Diffstat (limited to 'src/lib/netlist/devices/nld_log.h')
-rw-r--r-- | src/lib/netlist/devices/nld_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_log.h b/src/lib/netlist/devices/nld_log.h index 470506a430e..cf52e52a4f9 100644 --- a/src/lib/netlist/devices/nld_log.h +++ b/src/lib/netlist/devices/nld_log.h @@ -4,7 +4,7 @@ #ifndef NLD_LOG_H_ #define NLD_LOG_H_ -#include "netlist/nl_setup.h" +#include "../nl_setup.h" #define LOG(name, cI) \ NET_REGISTER_DEV(LOG, name) \ |