chiark / gitweb /
don't include stropts.h, some libc's don't like it
[elogind.git] / udev_device.c
index b356f163a5b6f43a259445486fb67d6a6dd5700a..6dc843ed22b1bedeadc650da19f3c40ddf17f247 100644 (file)
@@ -26,7 +26,8 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <ctype.h>
-#include <stropts.h>
+#include <sys/ioctl.h>
+#include <sys/socket.h>
 #include <net/if.h>
 #include <linux/sockios.h>