diff options
Diffstat (limited to 'rbutil/rbutilqt')
-rw-r--r-- | rbutil/rbutilqt/autodetection.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rbutil/rbutilqt/autodetection.cpp b/rbutil/rbutilqt/autodetection.cpp index e4d2e201e2..f2ba8df756 100644 --- a/rbutil/rbutilqt/autodetection.cpp +++ b/rbutil/rbutilqt/autodetection.cpp | |||
@@ -21,9 +21,11 @@ | |||
21 | 21 | ||
22 | #if defined(Q_OS_LINUX) || defined(Q_OS_MACX) | 22 | #if defined(Q_OS_LINUX) || defined(Q_OS_MACX) |
23 | #include <stdio.h> | 23 | #include <stdio.h> |
24 | #include <mntent.h> | ||
25 | #include <usb.h> | 24 | #include <usb.h> |
26 | #endif | 25 | #endif |
26 | #if defined(Q_OS_LINUX) | ||
27 | #include <mntent.h> | ||
28 | #endif | ||
27 | #if defined(Q_OS_WIN32) | 29 | #if defined(Q_OS_WIN32) |
28 | #if defined(UNICODE) | 30 | #if defined(UNICODE) |
29 | #define _UNICODE | 31 | #define _UNICODE |