From 2b1287384a38819385df284f97d253e11da2ddce Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Mon, 6 Jun 2016 17:52:05 +0200
Subject: [PATCH] bugfix: include T.h in phich.c

---
 openair1/PHY/LTE_TRANSPORT/phich.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openair1/PHY/LTE_TRANSPORT/phich.c b/openair1/PHY/LTE_TRANSPORT/phich.c
index ddf78bdcce..6c884129df 100644
--- a/openair1/PHY/LTE_TRANSPORT/phich.c
+++ b/openair1/PHY/LTE_TRANSPORT/phich.c
@@ -46,6 +46,8 @@
 #include "ARCH/CBMIMO1/DEVICE_DRIVER/extern.h"
 #endif
 
+#include "T.h"
+
 //#define DEBUG_PHICH 1
 
 //extern unsigned short pcfich_reg[4];
-- 
GitLab