Skip to content

Commit

Permalink
apt-pkg/contrib/fileutl.h Explicitly include sys/stat.h
Browse files Browse the repository at this point in the history
This fixes compatibility with musl C library.
  • Loading branch information
lancethepants committed Aug 26, 2022
1 parent 6499f7d commit 54925a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apt-pkg/contrib/fileutl.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <set>
#include <string>
#include <vector>
#include <sys/stat.h>
#include <time.h>

/* Define this for python-apt */
Expand Down

0 comments on commit 54925a6

Please sign in to comment.