Commit 3c6c287c authored by Stefano Probst's avatar Stefano Probst

Add unistd.h in libs/thirdParty/qserialport/src/posix/qserialportnative_posix.cpp.

Without this change, the program can not be built on Linux.
parent afd634b4
......@@ -28,6 +28,7 @@
#include <QSocketNotifier>
#include "qserialportnative.h"
#include "termioshelper.h"
#include <unistd.h>
namespace {
const int kMinReadTimeout = 100;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment