From b36606b366d39c7ddb90ee21d622c0cb1da118ed Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 2 Nov 2017 11:30:53 -0400 Subject: missing-syscall: #include config.h Followup to previous commit; this helps me build libostree with `-Werror=undef`. --- glnx-missing-syscall.h | 1 + 1 file changed, 1 insertion(+) diff --git a/glnx-missing-syscall.h b/glnx-missing-syscall.h index fef6e60..ebfd7f4 100644 --- a/glnx-missing-syscall.h +++ b/glnx-missing-syscall.h @@ -30,6 +30,7 @@ Add abstraction model for BPF programs */ +#include "config.h" #if !HAVE_DECL_RENAMEAT2 # ifndef __NR_renameat2 -- cgit v1.2.1