]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/update-utmp/update-utmp.c
libudev: hide definition of struct udev_device
[thirdparty/systemd.git] / src / update-utmp / update-utmp.c
index 7d66ed335774a222ae24f91b82ab38f0be9dbc4e..bfc78b9739abf4aefd9d25c7bd436ba0d5da2f7b 100644 (file)
@@ -2,6 +2,8 @@
 
 #include <errno.h>
 #include <string.h>
+#include <sys/stat.h>
+#include <sys/types.h>
 #include <unistd.h>
 
 #if HAVE_AUDIT