terminal_ui.cc: fix build on musl libc

This commit is contained in:
Kylie McClain 2020-05-17 05:34:43 -04:00 committed by Maxime Coste
parent de065dad2d
commit 89e0b4b830

View File

@ -13,6 +13,7 @@
#include <fcntl.h>
#include <csignal>
#include <stdio.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <strings.h>