From 9e065729592633290e5ddb6852792913b2286545 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 19 Jun 2020 18:47:56 +1000 Subject: [PATCH] Add includes.h to new test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes warnings eg "´bounded´ attribute directive ignor" from gcc. --- regress/unittests/sshsig/tests.c | 2 ++ 1 file changed, 2 insertions(+) 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