From f6b7db590d362a62f79790095c021e7ab0466611 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sat, 15 Oct 2022 10:41:51 +0200 Subject: [PATCH] use EbmlTypes.h instead of libebml_t.h (cherry picked from commit ef4142ed7737e245cbcc35056a2257be0b98377b) --- matroska/c/libmatroska_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matroska/c/libmatroska_t.h b/matroska/c/libmatroska_t.h index 1772933..f6370c9 100644 --- a/matroska/c/libmatroska_t.h +++ b/matroska/c/libmatroska_t.h @@ -42,7 +42,7 @@ #ifndef _LIBMATROSKA_T_H_INCLUDED_ #define _LIBMATROSKA_T_H_INCLUDED_ -#include "ebml/c/libebml_t.h" +#include #ifdef __cplusplus extern "C" { -- 2.40.0