From a24f74af11d744f855fa787671eca461462724d2 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Tue, 26 Oct 2021 02:08:59 +0000 Subject: [PATCH] Fix: Added missing include --- src/format.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/format.c b/src/format.c index 6f40bea2..06e656c1 100644 --- a/src/format.c +++ b/src/format.c @@ -43,6 +43,7 @@ #include "format_ogg.h" #include "format_mp3.h" #include "format_ebml.h" +#include "format_text.h" #include "logging.h" #include "stats.h"