comparison tcp.c @ 2773:13b65f62e3a6 libavformat

Include os_support.h only when needed
author lucabe
date Wed, 21 Nov 2007 16:33:06 +0000
parents b9a881c0967e
children 69b7efa1e0cb
comparison
equal deleted inserted replaced
2772:b43dc2901f83 2773:13b65f62e3a6
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include "avformat.h" 21 #include "avformat.h"
22 #include <unistd.h> 22 #include <unistd.h>
23 #include "network.h" 23 #include "network.h"
24 #include "os_support.h"
24 #include <sys/time.h> 25 #include <sys/time.h>
25 26
26 typedef struct TCPContext { 27 typedef struct TCPContext {
27 int fd; 28 int fd;
28 } TCPContext; 29 } TCPContext;