nixpkgs/pkgs/tools/security/sedutil
Sergei Trofimovich 248b5c9cd5 sedutil: fix build on gcc-13
Without the change `sedutils` build fails on` staging-next` as:

       > ./Common/DtaOptions.h:43:9: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       > ./Common/DtaOptions.h:55:1: error: 'uint8_t' does not name a type
       >    55 | uint8_t DtaOptions(int argc, char * argv[], DTA_OPTIONS * opts);
       >       | ^~~~~~~

The chang epulls in fix pending upstream inclusion.
2023-12-25 22:25:54 +00:00
..
default.nix sedutil: fix build on gcc-13 2023-12-25 22:25:54 +00:00