diff --git a/openair1/PHY/LTE_UE_TRANSPORT/linear_preprocessing_rec.c b/openair1/PHY/LTE_UE_TRANSPORT/linear_preprocessing_rec.c index 9ac775c4be65f271e15dc2ceaac6cdfe7579bc40..029bd4fe4a8729b3bd35c2a6712b780562a7102a 100644 --- a/openair1/PHY/LTE_UE_TRANSPORT/linear_preprocessing_rec.c +++ b/openair1/PHY/LTE_UE_TRANSPORT/linear_preprocessing_rec.c @@ -15,7 +15,7 @@ data storage. */ #if defined RHEL_RELEASE_CODE #include <cblas/cblas.h> #else -#include <cblas.h> +#include <cblas-netlib.h> #endif #include <string.h> #include <linux/version.h>