X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frlog%2Frl_platform.c;h=6aa39c75bbf14b953a96ecea9075adc0abd95b54;hb=2b5e7ba18453db526316b51476673c1ea69c1a94;hp=3c8bcf2807d9b6fa076ce11cc73ae379de84b6f7;hpb=829bbd114f1c3dc00c1da47bca0a8207c049df3f;p=o-du%2Fl2.git diff --git a/src/rlog/rl_platform.c b/src/rlog/rl_platform.c index 3c8bcf280..6aa39c75b 100644 --- a/src/rlog/rl_platform.c +++ b/src/rlog/rl_platform.c @@ -29,8 +29,8 @@ framework. ****************************************************************************/ +#include"stdint.h" #include "rl_interface.h" - #include #include #include @@ -53,8 +53,8 @@ framework. /* Thread-specific data key visible to all threads */ static pthread_key_t g_threadkey; -extern pthread_mutex_t g_logmutex; -extern THREAD_DATA* g_pCirList[RLOG_MAX_THREADS]; +pthread_mutex_t g_logmutex; +THREAD_DATA* g_pCirList[RLOG_MAX_THREADS]; void* rlAlloc(size_t mem_size) { return malloc(mem_size);