nixpkgs/pkgs/misc/drivers/m33-linux
Sergei Trofimovich 8609cc8a43 m33-linux: fix the build against gcc-13
Without the change build fails against `gcc-13` on `master` as
https://hydra.nixos.org/build/246586824:

    gcode.h:54:24: error: 'uint8_t' was not declared in this scope
       54 |                 vector<uint8_t> getBinary() const;
          |                        ^~~~~~~
    gcode.h:9:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
        8 | #include <vector>
      +++ |+#include <cstdint>
        9 |
2024-01-24 11:04:06 +00:00
..
default.nix m33-linux: fix the build against gcc-13 2024-01-24 11:04:06 +00:00