diff rtpproto.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 510fab17efc3
children 30d4d95e068f
line wrap: on
line diff
--- a/rtpproto.c	Fri May 09 11:25:27 2008 +0000
+++ b/rtpproto.c	Fri May 09 11:56:36 2008 +0000
@@ -24,8 +24,8 @@
  * RTP protocol
  */
 
+#include "libavutil/avstring.h"
 #include "avformat.h"
-#include "avstring.h"
 
 #include <unistd.h>
 #include <stdarg.h>