summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Shienkov <scapig@yandex.ru>2012-03-18 22:14:02 +0400
committerDenis Shienkov <scapig@yandex.ru>2012-03-18 19:16:02 +0100
commitd3bbba995bd4374aa42622f3969ec146d6e3213f (patch)
treefe89432c753c2974739ffbcb870b2e372202e5aa /src
parent0bd0d15dcc6b6ff648596b6d3f74f2a80e969aa2 (diff)
Fixed build in *nix
Change-Id: I4fb7dd83e35c962b8b7debac1b60362e42f48ee4 Reviewed-by: Denis Shienkov <scapig@yandex.ru>
Diffstat (limited to 'src')
-rw-r--r--src/serialportinfo_mac.cpp2
-rw-r--r--src/serialportinfo_unix.cpp2
-rw-r--r--src/ttylocker_unix.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/serialportinfo_mac.cpp b/src/serialportinfo_mac.cpp
index c0c2a04d..8071b70e 100644
--- a/src/serialportinfo_mac.cpp
+++ b/src/serialportinfo_mac.cpp
@@ -4,7 +4,7 @@
#include "serialportinfo.h"
#include "serialportinfo_p.h"
-#include "ttylocker_p_unix.h"
+#include "ttylocker_unix_p.h"
#include <sys/param.h>
diff --git a/src/serialportinfo_unix.cpp b/src/serialportinfo_unix.cpp
index 5a1161ea..dfa8b384 100644
--- a/src/serialportinfo_unix.cpp
+++ b/src/serialportinfo_unix.cpp
@@ -4,7 +4,7 @@
#include "serialportinfo.h"
#include "serialportinfo_p.h"
-#include "ttylocker_p_unix.h"
+#include "ttylocker_unix_p.h"
#include <sys/types.h>
#include <signal.h>
diff --git a/src/ttylocker_unix.cpp b/src/ttylocker_unix.cpp
index 2d93e87d..1bed3ef9 100644
--- a/src/ttylocker_unix.cpp
+++ b/src/ttylocker_unix.cpp
@@ -2,7 +2,7 @@
License...
*/
-#include "ttylocker_p_unix.h"
+#include "ttylocker_unix_p.h"
#if defined (HAVE_BAUDBOY_H)
# include <baudboy.h>