commit | 437b24a958434111bd3e203adbbf2b9b2a78aea8 | [log] [tgz] |
---|---|---|
author | Cosmin Truta <ctruta@gmail.com> | Wed Dec 20 21:09:27 2023 +0200 |
committer | Cosmin Truta <ctruta@gmail.com> | Wed Dec 20 21:09:27 2023 +0200 |
tree | ba20e8a50b349254f50eebc65148c0ce578413e2 | |
parent | 2ed5a70bca0bcad048171f6784bddf85a6adba54 [diff] |
mips: Fix the build for generic ANSI C89 compilers The <stdint.h> header is a standard C99 header, and a MIPS-specific header, but it is not a standard C89 header. It should not be included until ensuring that the code being compiled is MIPS-specific.