diff --git a/openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c b/openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
index 8810752398f1991361c2826519d70075bf645a30..7e2354090be53666edadb57a2c347c145600687a 100644
--- a/openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
+++ b/openair1/PHY/LTE_ESTIMATION/lte_adjust_sync.c
@@ -22,6 +22,7 @@
 #include "PHY/types.h"
 #include "PHY/defs_UE.h"
 #include "PHY/phy_extern_ue.h"
+#include "lte_estimation.h"
 
 #include "UTIL/LOG/vcd_signal_dumper.h"
 #include "openair2/LAYER2/MAC/mac_proto.h"
diff --git a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c
index 3f0c3407cc67d556a17747d39199dcdc42be923e..f6938f32343badabe40defad97b45b19802e928e 100644
--- a/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c
+++ b/openair1/PHY/LTE_UE_TRANSPORT/dlsch_llr_computation_avx2.c
@@ -32,8 +32,7 @@
 
 #include "PHY/defs_UE.h"
 #include "PHY/TOOLS/tools_defs.h"
-#include "PHY/extern_ue.h"
-#include "tools_defs.h"
+#include "PHY/phy_extern_ue.h"
 #include "PHY/sse_intrin.h"
 
 int16_t ones256[16] __attribute__ ((aligned(32))) = {0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff,0xffff};