summaryrefslogtreecommitdiffstats
path: root/src/qt3support
diff options
context:
space:
mode:
authorsuzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>2011-09-03 23:20:46 +0900
committerLiang Qi <liang.qi@nokia.com>2011-09-06 15:30:26 +0200
commita5211c5c259f2741bf1f3f9dabf6587516eee052 (patch)
treeddf9a88ed82130eb19b9cd136ca3b6b277002b5e /src/qt3support
parent02f55668dada4a23ab84e4d3bda1df8a4984b3ae (diff)
Fix the build with -qtnamespace configure options
Merge-Request: 1291 Reviewed-by: Liang Qi <liang.qi@nokia.com>
Diffstat (limited to 'src/qt3support')
-rw-r--r--src/qt3support/network/q3socketdevice_win.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qt3support/network/q3socketdevice_win.cpp b/src/qt3support/network/q3socketdevice_win.cpp
index df115d7b26..bde63a0623 100644
--- a/src/qt3support/network/q3socketdevice_win.cpp
+++ b/src/qt3support/network/q3socketdevice_win.cpp
@@ -83,8 +83,13 @@ typedef struct {
struct qt_in6_addr sin6_addr; /* IPv6 address */
u_long sin6_scope_id; /* set of interfaces for a scope */
} qt_sockaddr_in6;
+
+QT_END_NAMESPACE
+
#endif
+QT_BEGIN_NAMESPACE
+
#ifndef AF_INET6
#define AF_INET6 23 /* Internetwork Version 6 */
#endif