kmxz / overlayfs-tools

Maintenance tools for overlay-filesystem
Do What The F*ck You Want To Public License
124 stars 38 forks source link

Fixed includes so that it compiles on Ubuntu 20.04 #16

Closed bschaer closed 1 year ago

bschaer commented 3 years ago

Ubuntu 20.04 seems to have removed certain includes which have already been marked as deprecated for a longer time. This commit upates those include paths and it also contains a missing include statement (errno.h) in one of the files

UVV-gh commented 1 year ago

I believe the attr/attribute.h is part of libattr1-dev package, which doesn't seem to be necessary anymore. Could you please also remove it from the README?