TerminalStudio / flutter_pty

Pty for Flutter. Provides the ability to create processes with pseudo terminal file descriptors.
https://pub.dev/packages/flutter_pty
MIT License
24 stars 21 forks source link

fix: compile error waitpid() not found #13

Open fusion44 opened 9 months ago

fusion44 commented 9 months ago

On my NixOS system I have to explicitly include sys/wait.h to sucessfully compile the library.