From a53d951c046637b5f16dc104fb3764b99635be5c Mon Sep 17 00:00:00 2001 From: Per-Kristian Nordnes Date: Mon, 31 Aug 2015 20:45:41 +0000 Subject: [PATCH] Include unistd.h to define read function --- src/touchscreen.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/touchscreen.cc b/src/touchscreen.cc index 0417876..c1b8df0 100644 --- a/src/touchscreen.cc +++ b/src/touchscreen.cc @@ -3,6 +3,7 @@ #include #include #include +#include using namespace v8; using namespace node;