# HG changeset patch # User Mychaela Falconia # Date 1465540679 0 # Node ID e8c05cfca8aa7ca4ce1cb74c22cda8d5619e5590 # Parent 2dcce7bda20208716e7f8b5a0df6cc4629ed50e9 tpudrv.c compiles once again diff -r 2dcce7bda202 -r e8c05cfca8aa L1/tpudrv/tpudrv.c --- a/L1/tpudrv/tpudrv.c Fri Jun 10 06:35:31 2016 +0000 +++ b/L1/tpudrv/tpudrv.c Fri Jun 10 06:37:59 2016 +0000 @@ -15,9 +15,10 @@ * */ +#include "config.h" +#include "l1_confg.h" #include "l1_macro.h" -#include "iq.h" -#include "l1_confg.h" +#include "../../bsp/iq.h" #include "l1_const.h" #include "l1_types.h" @@ -56,7 +57,7 @@ #include "l1_defty.h" #include "tpudrv.h" #include "sys_types.h" -#include "clkm.h" +#include "../../bsp/clkm.h" #include "l1_time.h" #include "l1_varex.h" #include "l1_trace.h"