Make g++ prefer standard header files
I’m working with an old embedded system, and I would like to get the files compiling on my Linux desktop with a modern C++ compiler (e.g. g++12) for some testing. I’ve done this before with similar codes, and it turned out to be pretty handy.