Skip to content

Commit

Permalink
fix: Linux compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
mengyanshou committed Jan 6, 2025
1 parent d504c7e commit 0a9cbec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flutter_pty_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <unistd.h>
#include <termios.h>
#include <sys/ioctl.h>
#include <sys/wait.h>

#include "forkpty.h"
#include "flutter_pty.h"
Expand Down

0 comments on commit 0a9cbec

Please sign in to comment.