EtchedPixels / CC6303

A C compiler for the 6800 series processors
Other
37 stars 7 forks source link

Fix inclusion of string.h #27

Closed Mokona closed 6 months ago

Mokona commented 6 months ago

string.h is trying to include types.h, which is not present in the compiler header files, causing a pre-compilation error.

string.h only needs size_t, so stddef.h only is needed.