diff rmdec.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 8f1c183e5193
children 18239c59049b
line wrap: on
line diff
--- a/rmdec.c	Fri May 09 11:25:27 2008 +0000
+++ b/rmdec.c	Fri May 09 11:56:36 2008 +0000
@@ -18,9 +18,10 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "libavutil/avstring.h"
 #include "avformat.h"
 #include "rm.h"
-#include "avstring.h"
 
 static inline void get_strl(ByteIOContext *pb, char *buf, int buf_size, int len)
 {