comparison libmpdemux/stream_smb.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 77a604e12143
children d2d9d011203f
comparison
equal deleted inserted replaced
17011:c29e74822d2c 17012:6ff3379a0862
7 #include <unistd.h> 7 #include <unistd.h>
8 8
9 #include "mp_msg.h" 9 #include "mp_msg.h"
10 #include "stream.h" 10 #include "stream.h"
11 #include "help_mp.h" 11 #include "help_mp.h"
12 #include "../m_option.h" 12 #include "m_option.h"
13 #include "../m_struct.h" 13 #include "m_struct.h"
14 14
15 static struct stream_priv_s { 15 static struct stream_priv_s {
16 } stream_priv_dflts = { 16 } stream_priv_dflts = {
17 }; 17 };
18 18