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 --- executor/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor') 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