0
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2025-06-30 22:18:29 -04:00

Fix: Corrected includes on win*

This commit is contained in:
Philipp Schafft 2024-10-25 23:13:16 +00:00
parent b050584d9e
commit caecd663ac

View File

@ -33,8 +33,11 @@
#include <sys/types.h>
#ifdef _WIN32
#include <windows.h>
#include <mmsystem.h>
# include <windows.h>
# include <mmsystem.h>
# ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
# endif
#else
#ifdef TIME_WITH_SYS_TIME
# include <sys/time.h>