summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fbterm/select.patch
blob: 549674047a93dff877fb156bc122d871f2b288a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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"