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

Fix: Included missing header

This commit is contained in:
Philipp Schafft 2024-01-25 18:35:24 +00:00
parent 0ff2a9a24e
commit 12dbe9110a

View File

@ -11,6 +11,7 @@
#endif
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <igloo/typedef.h>
#include "icecasttypes.h"