summaryrefslogtreecommitdiff
path: root/libavformat/rtp.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-02-01 10:27:45 +0100
committerDiego Biurrun <diego@biurrun.de>2013-02-01 12:51:15 +0100
commit6c1a7d07eb41b4cf36e48ebb560fecd9504fd968 (patch)
tree7f07a49b57bb08c46375831f2e55b9b5a328342a /libavformat/rtp.c
parent4eef2ed707444fd1fac2bd25cefae912a179762f (diff)
Use proper "" quotes for local header #includes
Diffstat (limited to 'libavformat/rtp.c')
-rw-r--r--libavformat/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index e827c2e0ab..0a3c411f51 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <libavutil/opt.h>
+#include "libavutil/opt.h"
#include "avformat.h"
#include "rtp.h"