comparison libpurple/protocols/jabber/jingle/iceudp.c @ 26092:db517c55c508

Make it compile in Windows with the equivalent of --disable-vv.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Fri, 09 Jan 2009 00:47:06 +0000
parents bee5ab815291
children 84ea07648377
comparison
equal deleted inserted replaced
26091:59188d904773 26092:db517c55c508
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
19 */ 19 */
20 20
21 #include "internal.h"
22
21 #include "iceudp.h" 23 #include "iceudp.h"
22 #include "jingle.h" 24 #include "jingle.h"
23 #include "debug.h" 25 #include "debug.h"
24 26
25 #include <string.h> 27 #include <string.h>