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:
Andrej Valek 2019-04-18 10:47:11 +02:00 committed by Adrian Bunk
parent 8a8e84d297
commit 56e3c9581e

View file

@ -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>