diff options
author | James Almer <jamrial@gmail.com> | 2014-04-09 20:53:39 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-10 21:57:04 +0200 |
commit | 09c16542085aa9f227264ffc443fb07558128b20 (patch) | |
tree | 54802861f69c5704cbe416552159b0a352af5520 | |
parent | a4662cd6b11e59f419d2161a8cbe295efd8e7391 (diff) | |
download | ffmpeg-09c16542085aa9f227264ffc443fb07558128b20.tar.gz |
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>
-rw-r--r-- | libavformat/rtspcodes.h | 2 |
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, |