fbterm: fix cross-build

This commit is contained in:
Linus Heckemann
2019-10-27 17:06:59 +01:00
parent 4cd2cb43fb
commit 7943967552
2 changed files with 15 additions and 1 deletions
@@ -0,0 +1,12 @@
diff --git a/src/fbio.cpp b/src/fbio.cpp
index e5afc44..2485227 100644
--- a/src/fbio.cpp
+++ b/src/fbio.cpp
@@ -18,6 +18,7 @@
*
*/
+#include <sys/select.h>
#include <unistd.h>
#include <fcntl.h>
#include "config.h"