[openssh-commits] [openssh] 01/01: Add includes.h to new test.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jun 19 18:49:18 AEST 2020


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 9e065729592633290e5ddb6852792913b2286545
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Jun 19 18:47:56 2020 +1000

    Add includes.h to new test.
    
    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 44dcf5ef..a131795c 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 <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list