]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
bsd-openpty: include stdio.h for snprintf
authorMike Frysinger <vapier@gentoo.org>
Sun, 19 Oct 2025 13:33:23 +0000 (09:33 -0400)
committerDamien Miller <djm@mindrot.org>
Mon, 20 Oct 2025 23:20:02 +0000 (10:20 +1100)
openbsd-compat/bsd-openpty.c

index f08d6156d284ac82998a77919083c72ed056fe7a..2f12862584bd3e0ed355e5b1769a9bcb7e034f67 100644 (file)
@@ -38,6 +38,7 @@
 #include <sys/types.h>
 
 #include <stdlib.h>
+#include <stdio.h>
 
 #include <sys/stat.h>
 #ifdef HAVE_SYS_IOCTL_H