248b5c9cd5
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.