gammy
gammy copied to clipboard
Fixing Compile Errors
While compiling gammy spawns :
src/utils.h:17:29: error: ‘size_t’ has not been declared
I have added necessary header files to fix the problem and it compiles just fine.
(Tested on Gentoo with gcc-11.2.0)