Skip to content

Commit

Permalink
Include cstdint for uint16_t in our mmap wrapping
Browse files Browse the repository at this point in the history
In gcc-13 internal includes were reduced exposing our laziness.

Reported-By: gcc-13
Gbp-Dch: Ignore
  • Loading branch information
DonKult committed Jan 29, 2023
1 parent 896286e commit b7d4e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apt-pkg/contrib/mmap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <apt-pkg/macros.h>
#include <apt-pkg/mmap.h>

#include <cstdint>
#include <cstring>
#include <string>
#include <errno.h>
Expand Down

0 comments on commit b7d4e96

Please sign in to comment.