Threads.cpp: Fix missing extern C around libosmocore include

Change-Id: I76975ed71382ff2afa8cfaff2950e23ff750201e
This commit is contained in:
Pau Espin 2021-03-01 16:35:35 +01:00
parent 90d841748e
commit 6c646c35b9
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@
#include "Timeval.h"
#include "Logger.h"
extern "C" {
#include <osmocom/core/thread.h>
}
using namespace std;