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 + 1 file changed, 1 insertion(+) (limited to 'csource') 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 -- cgit mrf-deployment