From e342d76e254b03ca4834b2bae6ee23951f55e141 Mon Sep 17 00:00:00 2001 From: winshining Date: Mon, 27 Mar 2023 22:34:18 +0800 Subject: [PATCH] [fix] fixed a compilation error on Windows. --- hls/ngx_rtmp_mpegts_crc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hls/ngx_rtmp_mpegts_crc.c b/hls/ngx_rtmp_mpegts_crc.c index f7249a4..1eff166 100644 --- a/hls/ngx_rtmp_mpegts_crc.c +++ b/hls/ngx_rtmp_mpegts_crc.c @@ -13,6 +13,7 @@ * ReflectOut = False * Algorithm = table-driven *****************************************************************************/ +#include #include "ngx_rtmp_mpegts_crc.h" /* include the header file generated with pycrc */