From ae4dfeaac0f9ddbb3f7b8fb489dcf4476999e0db Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Wed, 1 Jan 2025 20:35:40 +0800 Subject: [PATCH] Add include to rtsp.h --- src/rtsp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rtsp.h b/src/rtsp.h index e1111796..c5ea11ca 100644 --- a/src/rtsp.h +++ b/src/rtsp.h @@ -6,6 +6,7 @@ #include #include +#include #include "crypto.h" #include "thread_safe.h"