Skip to content

samba: Fix build with GCC 13 (add missing <cstdint> include)

Sam James requested to merge thesamesam/kdenetwork-filesharing:gcc13 into master

GCC 13 (as usual for new compiler releases) shuffles around some internal includes and so is no longer transitively included.

Explicitly include for uint32_t.

Bug: https://bugs.gentoo.org/885315

Merge request reports