add #include inadvertently removed

This commit is contained in:
Kurtis Rader 2017-07-08 14:17:35 -07:00
parent a9aa234a64
commit 873cbc3c64

View File

@ -12,6 +12,9 @@
#include <string.h>
#include <termios.h>
#include <wchar.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h> // IWYU pragma: keep
#endif
#include <memory>
#include <sstream>