screen: Include termios for NetBSD

Otherwise it won't build.
This commit is contained in:
Fabian Homborg 2019-06-11 11:34:14 +02:00
parent cfe1f1db9e
commit e363552ef0

View File

@ -10,6 +10,7 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <cstring>