diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-09-21 10:43:35 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-09-21 10:43:35 +0000 |
| commit | 1689dedd18adc658920c60e8d6d52aa07cbaaee3 (patch) | |
| tree | 71625270114c6bd401fcbe412a60031005b42c4f /apt-pkg/contrib | |
| parent | 6bc11782aba64e9eeb33fbb2542d2597bb710a8e (diff) | |
| parent | 54925a6d3924174aeef5373cd04cddeb4a62b619 (diff) | |
Merge branch 'musl' into 'main'
apt-pkg/contrib/fileutl.h Explicitly include sys/stat.h
See merge request apt-team/apt!255
Diffstat (limited to 'apt-pkg/contrib')
| -rw-r--r-- | apt-pkg/contrib/fileutl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h index f4eefd7c2..6f808ac9b 100644 --- a/apt-pkg/contrib/fileutl.h +++ b/apt-pkg/contrib/fileutl.h @@ -26,6 +26,7 @@ #include <set> #include <string> #include <vector> +#include <sys/stat.h> #include <time.h> /* Define this for python-apt */ |
