sokol icon indicating copy to clipboard operation
sokol copied to clipboard

Fix include to work on FreeBSD

Open kimshrier opened this issue 9 months ago • 0 comments

You do not need to include alloca.h on FreeBSD in order to have the prototype for the alloca function. It is defined in stdlib.h.

kimshrier avatar May 24 '24 23:05 kimshrier