summaryrefslogtreecommitdiff
path: root/libavformat/rtspcodes.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-04-09 20:53:39 -0300
committerMichael Niedermayer <michaelni@gmx.at>2014-04-10 21:57:04 +0200
commit09c16542085aa9f227264ffc443fb07558128b20 (patch)
tree54802861f69c5704cbe416552159b0a352af5520 /libavformat/rtspcodes.h
parenta4662cd6b11e59f419d2161a8cbe295efd8e7391 (diff)
lavf/rtspcodes: add missing header include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtspcodes.h')
-rw-r--r--libavformat/rtspcodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rtspcodes.h b/libavformat/rtspcodes.h
index 76e2e667d5..d4f762b00c 100644
--- a/libavformat/rtspcodes.h
+++ b/libavformat/rtspcodes.h
@@ -24,6 +24,8 @@
#ifndef AVFORMAT_RTSPCODES_H
#define AVFORMAT_RTSPCODES_H
+#include "libavutil/common.h"
+
/** RTSP handling */
enum RTSPStatusCode {
RTSP_STATUS_CONTINUE =100,