diff options
Diffstat (limited to 'sinksh/main.cpp')
-rw-r--r-- | sinksh/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sinksh/main.cpp b/sinksh/main.cpp index 84f532d..717d937 100644 --- a/sinksh/main.cpp +++ b/sinksh/main.cpp | |||
@@ -17,7 +17,11 @@ | |||
17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 17 | * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #ifdef Q_OS_WIN | ||
21 | #include <io.h> | ||
22 | #else | ||
20 | #include <unistd.h> | 23 | #include <unistd.h> |
24 | #endif | ||
21 | 25 | ||
22 | #include <QCoreApplication> | 26 | #include <QCoreApplication> |
23 | #include <QDebug> | 27 | #include <QDebug> |