From 09c16542085aa9f227264ffc443fb07558128b20 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 9 Apr 2014 20:53:39 -0300 Subject: lavf/rtspcodes: add missing header include Fixes make checkheaders Signed-off-by: James Almer Signed-off-by: Michael Niedermayer --- libavformat/rtspcodes.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/rtspcodes.h') 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, -- cgit v1.2.3