From 431793d307f564c903904d31307b730c82b6dea9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 21 Nov 2016 17:34:34 +0100 Subject: csourceL add missing include and define --- executor/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor') diff --git a/executor/common.h b/executor/common.h index 62462817f..499d0076a 100644 --- a/executor/common.h +++ b/executor/common.h @@ -2,11 +2,13 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. // This file is shared between executor and csource package. +#define _GNU_SOURCE #include #include #include #include #include +#include #include #include #include -- cgit mrf-deployment