mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-06 14:01:07 +01:00
It is not exactly a cross fix, but it may serve as a single place for photon fixes. This time overlaybd stopped compiling with gcc15 due to missing inclusion of cstdint to get a definition of uint64_t. Most likely some other header used to pull it in, but now it does not. Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>