apt/apt_include_cstdint.patch
Sérgio M. Basto 40ded1ed5b Update apt to 2.5.5 (#2161700)
Fix build with gcc13
2023-01-25 16:44:37 +00:00

10 lines
282 B
Diff

--- ./apt-pkg/contrib/mmap.cc.orig 2023-01-25 15:38:18.773604489 +0000
+++ ./apt-pkg/contrib/mmap.cc 2023-01-25 15:38:39.196535088 +0000
@@ -30,6 +30,7 @@
#include <unistd.h>
#include <apti18n.h>
+#include <cstdint>
/*}}}*/
// MMap::MMap - Constructor /*{{{*/