From: Damien Miller Date: Sat, 3 Oct 2020 03:38:55 +0000 (+1000) Subject: use relative rather than system include here X-Git-Tag: V_8_5_P1~272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86cc8ce002ea10e88a4c5d622a8fdfab8a7d261f;p=thirdparty%2Fopenssh-portable.git use relative rather than system include here --- diff --git a/openbsd-compat/sha2.c b/openbsd-compat/sha2.c index e36cc24ef..ce936e262 100644 --- a/openbsd-compat/sha2.c +++ b/openbsd-compat/sha2.c @@ -45,7 +45,7 @@ #define MAKE_CLONE(x, y) void __ssh_compat_make_clone_##x_##y(void) #include -#include +#include "openbsd-compat/sha2.h" /* * UNROLLED TRANSFORM LOOP NOTE: