Fix build with gcc-13
libstdc++ of gcc-13 reduced its dependency on some headers like so build of adriconf fails with:
adriconf/Utils/PCIDatabaseQueryInterface.h:10:43: error: ‘uint16_t’ has not been declared
(and some more all related to uint16_t)
Signed-off-by: Lars Wendler polynomial-c@gmx.de