Browse Source

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>
James Almer 11 years ago
parent
commit
09c1654208
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libavformat/rtspcodes.h

+ 2 - 0
libavformat/rtspcodes.h

@@ -24,6 +24,8 @@
 #ifndef AVFORMAT_RTSPCODES_H
 #ifndef AVFORMAT_RTSPCODES_H
 #define AVFORMAT_RTSPCODES_H
 #define AVFORMAT_RTSPCODES_H
 
 
+#include "libavutil/common.h"
+
 /** RTSP handling */
 /** RTSP handling */
 enum RTSPStatusCode {
 enum RTSPStatusCode {
 RTSP_STATUS_CONTINUE             =100,
 RTSP_STATUS_CONTINUE             =100,