mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
fs-util.h: add missing sys/stat include
fix error: | error: passing argument 5 of 'chase_symlinks_and_stat' from incompatible pointer type [-Werror=incompatible-pointer-types]
This commit is contained in:
parent
8a8e84d297
commit
56e3c9581e
@ -7,6 +7,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/inotify.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user