chiark / gitweb /
coredump: rework coredumping logic
[elogind.git] / src / basic / mount-util.h
index 3393046fc0ef1030fae5a5fb88823868aa41cd70..b7c747055a415c998d1453e31a815032e747c084 100644 (file)
 #include <fcntl.h>
 #include <mntent.h>
 #include <stdbool.h>
+#include <stdio.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 
+#include "macro.h"
 #include "missing.h"
 
 int fd_is_mount_point(int fd, const char *filename, int flags);