From 6bc680b3ff1db4557601e1e03b9d340a2b8ca35c Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 5 Dec 2017 21:37:32 +0000 Subject: [PATCH] When building standalone, include stand.h rather than the kernel includes or the userland includes. Sponsored by: Netflix --- sys/geom/eli/g_eli_hmac.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/geom/eli/g_eli_hmac.c b/sys/geom/eli/g_eli_hmac.c index cc350bd9b6e7..dd3140d15b29 100644 --- a/sys/geom/eli/g_eli_hmac.c +++ b/sys/geom/eli/g_eli_hmac.c @@ -32,6 +32,8 @@ __FBSDID("$FreeBSD$"); #include #include #include +#elif defined(_STANDALONE) +#include "stand.h" #else #include #include