aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@gmail.com>2017-06-13 15:46:54 +0200
committerGitHub <noreply@github.com>2017-06-13 15:46:54 +0200
commitb94b250a78e2149a922e506614f796cd27f2b70e (patch)
tree7e54ae48f90a8f0477545ec2ba405696ada85656 /executor
parentfec106710574a8d367308fbc305569b60ce61fa1 (diff)
parent208a7ced74c8b511a761c65f19c7cb95bc3805d6 (diff)
Merge pull request #223 from xairy/up-makedev-fix
executor: add sys/sysmacros.h include for makedev in newer gcc
Diffstat (limited to 'executor')
-rw-r--r--executor/common.h1
1 files changed, 1 insertions, 0 deletions
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 <fcntl.h>
#include <stdio.h>
#include <sys/stat.h>
+#include <sys/sysmacros.h>
#endif
#ifdef __NR_syz_open_pts
#include <fcntl.h>