1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2025-05-18 00:58:26 -04:00

Fix: Corrected type of #include

This commit is contained in:
Philipp Schafft 2018-10-10 11:10:30 +00:00
parent 07899c4aab
commit 1b6c51787f

View File

@ -15,7 +15,7 @@
#endif
#include <stdarg.h>
#include <refobject.h>
#include "refobject.h"
typedef enum {
FASTEVENT_TYPE_SLOWEVENT = 0,