From 6c646c35b9f25f7029835a320553403a694e023b Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 1 Mar 2021 16:35:35 +0100 Subject: Threads.cpp: Fix missing extern C around libosmocore include Change-Id: I76975ed71382ff2afa8cfaff2950e23ff750201e --- CommonLibs/Threads.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CommonLibs/Threads.cpp b/CommonLibs/Threads.cpp index b3ff52f..a98183a 100644 --- a/CommonLibs/Threads.cpp +++ b/CommonLibs/Threads.cpp @@ -32,7 +32,9 @@ #include "Timeval.h" #include "Logger.h" +extern "C" { #include +} using namespace std; -- cgit v1.2.3