From 4e4ac2034048271d280235860240c795dabeed99 Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 4 Oct 2019 11:58:29 -0300 Subject: avformat/utils: make ff_ntp_time() accept a timestamp as input argument Will be needed by the next patch. Signed-off-by: James Almer --- libavformat/rtpenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpenc.h') diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h index 62dc9ab10a..e67ce665f1 100644 --- a/libavformat/rtpenc.h +++ b/libavformat/rtpenc.h @@ -21,6 +21,7 @@ #ifndef AVFORMAT_RTPENC_H #define AVFORMAT_RTPENC_H +#include "libavutil/time.h" #include "avformat.h" #include "rtp.h" -- cgit v1.2.3