diff stream/rtp.c @ 28402:c884d17bd005

Convert HAVE_WINSOCK2_H into a 0/1 definition.
author diego
date Sun, 01 Feb 2009 13:42:27 +0000
parents ae5da477539e
children 0f1b5b68af32
line wrap: on
line diff
--- a/stream/rtp.c	Sun Feb 01 13:40:15 2009 +0000
+++ b/stream/rtp.c	Sun Feb 01 13:42:27 2009 +0000
@@ -13,7 +13,7 @@
 #include <sys/types.h>
 #include <ctype.h>
 #include "config.h"
-#ifndef HAVE_WINSOCK2_H
+#if !HAVE_WINSOCK2_H
 #include <netinet/in.h>
 #include <sys/socket.h>
 #include <arpa/inet.h>