Edward-Wu / srt-live-server

srt live server for low latency
Other
644 stars 192 forks source link

Add ctime for compilation in musl #127

Open monokrome opened 1 year ago

monokrome commented 1 year ago

All of the time functions used in this file aren't provided by musl libc, but adding ctime as an include provides the ability to compile this project under musl.

monokrome commented 2 weeks ago

Any chance this can be pulled in @Edward-Wu? Compiling under musl requires this.