chiark / gitweb /
update SUSE rules
[elogind.git] / udevmonitor.c
index f4f28b1659a22b6d6ca08a0f0a91e6714cb73b8b..3a71d002f562377aad741d514dfd57c22f6640fa 100644 (file)
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <sys/select.h>
+#include <linux/types.h>
 #include <linux/netlink.h>
-#include <asm/types.h>
 
 #include "udev.h"
 #include "udevd.h"
+#include "udev_libc_wrapper.h"
 
 static int uevent_netlink_sock;
 static int udev_monitor_sock;