xst
xst copied to clipboard
Add -std=c99 to CFLAGS
I needed to add -std=c99
to CFLAGS to get this to compile (gcc relatively recent version). I'm pretty sure this flag should be safe on LLVM as well, so maybe it could be added to config.mk
? I'm happy to create the commit and pull request if agreed.