From 8729498a5d239980a91d32f031b34e8c58c52f62 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 10 Jul 2019 09:43:19 +1000 Subject: fix typo that prevented detection of Linux VRF Reported by hexiaowen AT huawei.com --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 532bdee83..958e99fd4 100644 --- a/configure.ac +++ b/configure.ac @@ -816,7 +816,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16)) AC_DEFINE([SYS_RDOMAIN_LINUX], [1], [Support routing domains using Linux VRF]), [], [ #ifdef HAVE_SYS_TYPES_H -# include +# include #endif ]) AC_CHECK_HEADERS([linux/seccomp.h linux/filter.h linux/audit.h], [], -- cgit v1.2.3