]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
missing header
authorDamien Miller <djm@mindrot.org>
Tue, 2 Sep 2025 23:42:39 +0000 (09:42 +1000)
committerDamien Miller <djm@mindrot.org>
Tue, 2 Sep 2025 23:42:39 +0000 (09:42 +1000)
regress/unittests/misc/test_xextendf.c

index f9562ad6bc736d5d933b8a69790955f13e184221..133633dc6224c017e84373b70396ea54989c992d 100644 (file)
@@ -5,6 +5,8 @@
  * Placed in the public domain.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 #include <stdio.h>
 #ifdef HAVE_STDINT_H