diff options
Diffstat (limited to 'src/network/qsocketdevice_unix.cpp')
-rw-r--r-- | src/network/qsocketdevice_unix.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/qsocketdevice_unix.cpp b/src/network/qsocketdevice_unix.cpp index fe7c619cc..a5adfef06 100644 --- a/src/network/qsocketdevice_unix.cpp +++ b/src/network/qsocketdevice_unix.cpp @@ -80,11 +80,11 @@ static inline int qt_socket_socket(int domain, int type, int protocol) # undef socket #endif -#include "qsocketdevice.h" +#include "ntqsocketdevice.h" #ifndef QT_NO_NETWORK -#include "qwindowdefs.h" +#include "ntqwindowdefs.h" #include <errno.h> #include <sys/types.h> |