mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 02:15:58 -04:00
utils: Add missing include on limits.h
This happens to not be an issue with glibc because it gets indirectly included via dirent.h: .. /usr/include/dirent.h [...] ..... /usr/include/linux/limits.h When using the musl libc implementation, that is not the case anymore and the build fails. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
This commit is contained in:
parent
acbeef1bdf
commit
cb91bc9930