[FFmpeg-devel] [PATCH] lavf/rtspcodes: add missing header include
James Almer
jamrial at gmail.com
Thu Apr 10 01:53:39 CEST 2014
Fixes make checkheaders
Signed-off-by: James Almer <jamrial at gmail.com>
---
libavformat/rtspcodes.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/rtspcodes.h b/libavformat/rtspcodes.h
index 76e2e66..d4f762b 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,
--
1.8.3.2
More information about the ffmpeg-devel
mailing list