bsd-openpty: include stdio.h for snprintf

This commit is contained in:
Mike Frysinger
2025-10-19 09:33:23 -04:00
committed by Damien Miller
parent afe83537e0
commit dc9af8fb04

View File

@@ -38,6 +38,7 @@
#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/stat.h>
#ifdef HAVE_SYS_IOCTL_H