Skip to content

Commit 0a9cbec

Browse files
committed
fix: Linux compile error
1 parent d504c7e commit 0a9cbec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/flutter_pty_unix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <unistd.h>
88
#include <termios.h>
99
#include <sys/ioctl.h>
10+
#include <sys/wait.h>
1011

1112
#include "forkpty.h"
1213
#include "flutter_pty.h"

0 commit comments

Comments
 (0)