chiark / gitweb /
rename "persistent disk" to "persistent storage"
[elogind.git] / udevmonitor.c
index 805790233f4a9f5c6b24d52606ee6ecfaa19383f..80c49753f57a8052841bf4053e4c4f32d307c4ba 100644 (file)
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <sys/select.h>
+#include <linux/types.h>
 #include <linux/netlink.h>
 
 #include "udev.h"
 #include "udevd.h"
-#include "udev_utils.h"
-#include "udev_libc_wrapper.h"
 
 static int uevent_netlink_sock;
 static int udev_monitor_sock;