From 720ca5006354efc8788973f9d6077ab1b4c5ea1b Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Mon, 19 Sep 2016 03:02:43 +0000 Subject: [PATCH] Fix typo introduced in r305949 with the stable/10 bootstrapping logic The header is sys/capability.h, not sys/capabilities.h X-MFC with: r305949 Pointyhat to: bapt Reported by: allanjude, Jenkins Sponsored by: Dell EMC Isilon --- usr.bin/soelim/soelim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c index e9e2f3cddf20..191331f41f1d 100644 --- a/usr.bin/soelim/soelim.c +++ b/usr.bin/soelim/soelim.c @@ -31,7 +31,7 @@ __FBSDID("$FreeBSD$"); #if __FreeBSD_version > 1001510 #include #else -#include +#include #endif #include