From 208a7ced74c8b511a761c65f19c7cb95bc3805d6 Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Tue, 13 Jun 2017 13:54:03 +0200 Subject: executor: add sys/sysmacros.h include for makedev in newer gcc --- csource/common.go | 1 + executor/common.h | 1 + 2 files changed, 2 insertions(+) diff --git a/csource/common.go b/csource/common.go index 8c63b637e..242df15a1 100644 --- a/csource/common.go +++ b/csource/common.go @@ -104,6 +104,7 @@ var commonHeader = ` #include #include #include +#include #endif #ifdef __NR_syz_open_pts #include diff --git a/executor/common.h b/executor/common.h index 7778cb7e0..6a166b6dd 100644 --- a/executor/common.h +++ b/executor/common.h @@ -103,6 +103,7 @@ #include #include #include +#include #endif #ifdef __NR_syz_open_pts #include -- cgit mrf-deployment