From: Darren Tucker Date: Fri, 19 Jun 2020 08:47:56 +0000 (+1000) Subject: Add includes.h to new test. X-Git-Tag: V_8_4_P1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e065729592633290e5ddb6852792913b2286545;p=thirdparty%2Fopenssh-portable.git Add includes.h to new test. Fixes warnings eg "´bounded´ attribute directive ignor" from gcc. --- diff --git a/regress/unittests/sshsig/tests.c b/regress/unittests/sshsig/tests.c index 44dcf5ef7..a131795cd 100644 --- a/regress/unittests/sshsig/tests.c +++ b/regress/unittests/sshsig/tests.c @@ -5,6 +5,8 @@ * Placed in the public domain */ +#include "includes.h" + #include #include #include