summaryrefslogtreecommitdiff
path: root/libavformat/rtmpdh.h
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-04-21 16:04:10 +0100
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2016-04-21 16:04:17 +0100
commit32c044cbc64034a9688e3711efe5251998d767b1 (patch)
tree4defbcc23e8e1e2f698187519cc5b493023a1cda /libavformat/rtmpdh.h
parent53107052b2a12a8ab037c77e1064c085fd0826f2 (diff)
parent439929859ae0eb9542d3bb8a0c856bd5a1d1ec48 (diff)
downloadffmpeg-32c044cbc64034a9688e3711efe5251998d767b1.tar.gz
Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48'
* commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48': testprogs: Clean up #includes Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavformat/rtmpdh.h')
-rw-r--r--libavformat/rtmpdh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/rtmpdh.h b/libavformat/rtmpdh.h
index 95b2620248..2b250f595d 100644
--- a/libavformat/rtmpdh.h
+++ b/libavformat/rtmpdh.h
@@ -22,7 +22,8 @@
#ifndef AVFORMAT_RTMPDH_H
#define AVFORMAT_RTMPDH_H
-#include "avformat.h"
+#include <stdint.h>
+
#include "config.h"
#if CONFIG_GMP || CONFIG_GCRYPT