* INTC Contribution to the O-RAN F Release for O-DU Low
[o-du/phy.git] / fapi_5g / source / api / fapi2phy / p5 / nr5g_fapi_fapi2phy_p5_pvt_proc.h
index 7f7f4e9..61db225 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 *
-*   Copyright (c) 2019 Intel.
+*   Copyright (c) 2021 Intel.
 *
 *   Licensed under the Apache License, Version 2.0 (the "License");
 *   you may not use this file except in compliance with the License.
@@ -26,6 +26,8 @@
 #ifndef _NR5G_FAPI_FAP2PHY_P5_PVT_PROC_H_
 #define _NR5G_FAPI_FAP2PHY_P5_PVT_PROC_H_
 
+#include "nr5g_mac_phy_api.h"
+
 //x is 32 bit variable, y is length in bytes
 #define GETVLFRM32B(x, y)  ((x) & ((0xFFFFFFFF) >> (32 - (y << 3))))