Fix read and close not declared error when build with g++

This commit is contained in:
aleskandro@hexaflake 2017-05-06 11:19:11 +02:00
parent 2d2a3c58c6
commit f4e4d2c2c6
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <cmath>
#include <fcntl.h>
#include <ncurses.h>
#include <unistd.h>
#include "gtuna.hpp"
using std::cout;