Skip to content

Commit dc9af8f

Browse files
vapierdjmdjm
authored andcommitted
bsd-openpty: include stdio.h for snprintf
1 parent afe8353 commit dc9af8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openbsd-compat/bsd-openpty.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include <sys/types.h>
3939

4040
#include <stdlib.h>
41+
#include <stdio.h>
4142

4243
#include <sys/stat.h>
4344
#ifdef HAVE_SYS_IOCTL_H

0 commit comments

Comments
 (0)