comparison libmpdemux/stream_netstream.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 8a10d5d0ce86
children d2d9d011203f
comparison
equal deleted inserted replaced
17011:c29e74822d2c 17012:6ff3379a0862
58 #endif 58 #endif
59 59
60 #include "mp_msg.h" 60 #include "mp_msg.h"
61 #include "stream.h" 61 #include "stream.h"
62 #include "help_mp.h" 62 #include "help_mp.h"
63 #include "../m_option.h" 63 #include "m_option.h"
64 #include "../m_struct.h" 64 #include "m_struct.h"
65 #include "../bswap.h" 65 #include "bswap.h"
66 66
67 #include "netstream.h" 67 #include "netstream.h"
68 68
69 static struct stream_priv_s { 69 static struct stream_priv_s {
70 char* host; 70 char* host;