Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtp_h264.h')
-rw-r--r--libavformat/rtp_h264.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtp_h264.h b/libavformat/rtp_h264.h
index 0f23e525cc..db23f79128 100644
--- a/libavformat/rtp_h264.h
+++ b/libavformat/rtp_h264.h
@@ -22,6 +22,7 @@
#ifndef FFMPEG_RTP_H264_H
#define FFMPEG_RTP_H264_H
+#include <stdint.h>
#include "rtp_internal.h"
extern RTPDynamicProtocolHandler ff_h264_dynamic_handler;