1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Fix: Added missing include

This commit is contained in:
Philipp Schafft 2021-10-26 02:08:59 +00:00
parent b7c878cee9
commit a24f74af11

View File

@ -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"