From e6205bd8b866cc5749166958e5affd099c72c8ec Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Sat, 27 Sep 2008 11:53:39 +0000 Subject: 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 --- pjlib/include/pj/compat/socket.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pjlib/include') 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 +# include #endif #if defined(PJ_HAS_WINSOCK_H) && PJ_HAS_WINSOCK_H != 0 -- cgit v1.2.3