From b36606b366d39c7ddb90ee21d622c0cb1da118ed Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Thu, 2 Nov 2017 11:30:53 -0400
Subject: [PATCH] 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 fef6e6056..ebfd7f47d 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
-- 
GitLab