From 3d44973c0f88fe2ea2a4215461ad4f99a60fa649 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Wed, 27 Sep 2017 11:08:34 +0200 Subject: [PATCH] bugfix: fix compilation --- targets/RT/USER/lte-softmodem.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/RT/USER/lte-softmodem.c b/targets/RT/USER/lte-softmodem.c index 3002370ad9..a1001fa598 100644 --- a/targets/RT/USER/lte-softmodem.c +++ b/targets/RT/USER/lte-softmodem.c @@ -31,6 +31,9 @@ */ +#define _GNU_SOURCE /* See feature_test_macros(7) */ +#include <sched.h> + #include "T.h" -- GitLab