[openssh-commits] [openssh] branch master updated: missing header

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Sep 3 09:42:43 AEST 2025


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

djm pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new f38a552dc missing header
f38a552dc is described below

commit f38a552dc71f20df2544338099e3fe2563f1a9ca
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Wed Sep 3 09:42:39 2025 +1000

    missing header
---
 regress/unittests/misc/test_xextendf.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/regress/unittests/misc/test_xextendf.c b/regress/unittests/misc/test_xextendf.c
index f9562ad6b..133633dc6 100644
--- a/regress/unittests/misc/test_xextendf.c
+++ b/regress/unittests/misc/test_xextendf.c
@@ -5,6 +5,8 @@
  * Placed in the public domain.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <stdio.h>
 #ifdef HAVE_STDINT_H

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


More information about the openssh-commits mailing list