summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-09-27 11:53:39 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-09-27 11:53:39 +0000
commite6205bd8b866cc5749166958e5affd099c72c8ec (patch)
tree54b916a2e3c8f979ad7096b2df5c92f71710ed07 /pjlib
parentb047166d80fd7fe70452eab2dbd6b34d0a81175d (diff)
Fixed assertion in echo suppressor when recording and playing level is equal.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2329 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib')
-rw-r--r--pjlib/include/pj/compat/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/include/pj/compat/socket.h b/pjlib/include/pj/compat/socket.h
index f173e8f8..d93c5a36 100644
--- a/pjlib/include/pj/compat/socket.h
+++ b/pjlib/include/pj/compat/socket.h
@@ -26,6 +26,7 @@
#if defined(PJ_HAS_WINSOCK2_H) && PJ_HAS_WINSOCK2_H != 0
# include <winsock2.h>
+# include <ws2tcpip.h>
#endif
#if defined(PJ_HAS_WINSOCK_H) && PJ_HAS_WINSOCK_H != 0