summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-11-02 11:30:53 -0400
committerColin Walters <walters@verbum.org>2017-11-02 11:30:53 -0400
commitb36606b366d39c7ddb90ee21d622c0cb1da118ed (patch)
tree5aba7bc99c8cb3f0f403c1f578b233c9ffdb692c
parent4577dc826a923d976ad1a98b4ed5ecc36eac6efe (diff)
downloadlibglnx-b36606b366d39c7ddb90ee21d622c0cb1da118ed.tar.gz
missing-syscall: #include config.h
Followup to previous commit; this helps me build libostree with `-Werror=undef`.
-rw-r--r--glnx-missing-syscall.h1
1 files changed, 1 insertions, 0 deletions
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