Fix for L2 compilation with WLS [Issue-ID: ODUHIGH-240]
[o-du/l2.git] / src / 5gnrmac / rg_id.c
index 8b4f52d..1932d8a 100755 (executable)
 */
 
 /* header include files (.h) */
-#include "envopt.h"           /* environment options */  
-#include "envdep.h"           /* environment dependent */
-#include "envind.h"           /* environment independent */
-#include "gen.h"              /* general layer */
-#include "ssi.h"              /* system services */
+#include "common_def.h"
 #include "lrg.h"              /* layer manager */
    
 /* header/extern include files (.x) */
-#include "gen.x"              /* general layer */
-#include "ssi.x"              /* system services */
 #include "cm_lib.x"           /* common library */
 
 
@@ -104,12 +98,12 @@ PRIVATE CONSTANT SystemId sId ={
 */
  
 #ifdef ANSI
-PUBLIC Void rgGetSId
+Void rgGetSId
 (
 SystemId *s                 /* system id */
 )
 #else
-PUBLIC Void rgGetSId(s)
+Void rgGetSId(s)
 SystemId *s;                /* system id */
 #endif
 {