fix build error with close()

This commit is contained in:
Vadim Lopatin 2016-06-06 09:44:46 +03:00
parent 312662f828
commit c05e1f3ee1
1 changed files with 1 additions and 1 deletions

View File

@ -948,7 +948,7 @@ class TerminalDevice : Thread {
import core.sys.posix.fcntl;
import core.sys.posix.stdio;
import core.sys.posix.stdlib;
import core.sys.posix.unistd;
//import core.sys.posix.unistd;
masterfd = posix_openpt(O_RDWR | O_NOCTTY);
if (masterfd == -1) {
Log.e("posix_openpt failed - cannot open terminal");