aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-03-01 16:35:35 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-03-01 16:35:35 +0100
commit6c646c35b9f25f7029835a320553403a694e023b (patch)
tree27cedafe048a1980d8259240e8ab33829e3f1fbd
parent90d841748e0f0ed7cfb98d2289f3812fdf0e2c15 (diff)
Threads.cpp: Fix missing extern C around libosmocore include
-rw-r--r--CommonLibs/Threads.cpp2
1 files changed, 2 insertions, 0 deletions
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 <osmocom/core/thread.h>
+}
using namespace std;