Commit 31ba0e8b authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #194 from senden9/linux_build_fix

Add unistd.h in libs/thirdParty/qserialport/src/posix/qserialportnative_...
parents afd634b4 3c6c287c
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include <QSocketNotifier> #include <QSocketNotifier>
#include "qserialportnative.h" #include "qserialportnative.h"
#include "termioshelper.h" #include "termioshelper.h"
#include <unistd.h>
namespace { namespace {
const int kMinReadTimeout = 100; 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