Skip to content
Snippets Groups Projects
Commit 6e12300d authored by Thiago Macieira's avatar Thiago Macieira
Browse files

Add missing #include for unistd.h

parent e3376b6d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
#include <errno.h>
#include <termios.h>
#include <sys/ioctl.h>
#include <unistd.h>
#include <QtCore/QSocketNotifier>
#include <QtCore/QTimer>
#include <QtCore/QThread>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment