19:19:19 I'm not a developer, thus this error doesn't tell me anything: https://github.com/jaseg/lolcat/issues/61 . But maybe it's trivial to fix... someone here might give me a suggestion? 20:28:44 our time.h and sys/time.h are a bit hairy because of compatibility reasons, but I don't see why that's breaking right now 20:36:03 warden: I replied with https://github.com/jaseg/lolcat/issues/61#issuecomment-2558233882 20:36:53 the workaround is to delete the `#define _XOPEN_SOURCE` at the top of lolcat.c 20:39:20 Great! Thank you so much richlowe 21:51:00 richlowe: I just verified the change you suggested won't break the build on other platforms, thus I submitted this pull request: https://github.com/jaseg/lolcat/pull/63