Browse Source

Include the correct header that actually is used, use quotes instead of angle brackets

Originally committed as revision 24501 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Martin Storsjö 15 years ago
parent
commit
752ff3ffa7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtpdec_svq3.c

+ 1
- 1
libavformat/rtpdec_svq3.c View 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"


Loading…
Cancel
Save