`tcgetpgrp` and `tcsetpgrp` should be declared in `unistd.h` [e.g. 1003.1-2017/tcgetpgrp](https://pubs.opengroup.org/onlinepubs/9699919799/functions/tcgetpgrp.html) Currently they are declared (indirectly) in `termios.h` This breaks an unpatched build of the [dte](https://github.com/craigbarnes/dte) editor.