]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add includes.h to new test.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 19 Jun 2020 08:47:56 +0000 (18:47 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 19 Jun 2020 08:47:56 +0000 (18:47 +1000)
Fixes warnings eg "´bounded´ attribute directive ignor" from gcc.

regress/unittests/sshsig/tests.c

index 44dcf5ef733a5a5a1dce89425718231a21cb787e..a131795cd5d7bc03939720c8b7f3313679e38ecb 100644 (file)
@@ -5,6 +5,8 @@
  * Placed in the public domain
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/stat.h>