Include the correct header that actually is used, use quotes instead of angle brackets
authorMartin Storsjö <martin@martin.st>
Sun, 25 Jul 2010 19:12:35 +0000 (19:12 +0000)
committerMartin Storsjö <martin@martin.st>
Sun, 25 Jul 2010 19:12:35 +0000 (19:12 +0000)
Originally committed as revision 24501 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtpdec_svq3.c

index af08c88..441ef7a 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 #include <string.h>
-#include <libavcodec/get_bits.h>
+#include "libavutil/intreadwrite.h"
 #include "rtp.h"
 #include "rtpdec.h"
 #include "rtpdec_svq3.h"