summaryrefslogtreecommitdiff
path: root/udevd.c
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-03-10 00:58:01 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:51:00 -0700
commit138068d690d79e71239d3e776f01560afbabc1cb (patch)
treed390cc993fabdb7a2c8657e88e47823ddf0805d8 /udevd.c
parent2b40452ab3146322a88ae201a2eb534204c75d63 (diff)
[PATCH] fix ia64 compile
Diffstat (limited to 'udevd.c')
-rw-r--r--udevd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/udevd.c b/udevd.c
index c2f2dd048b..2cd3622ce0 100644
--- a/udevd.c
+++ b/udevd.c
@@ -21,7 +21,6 @@
*/
#include <stddef.h>
-#include <sys/wait.h>
#include <signal.h>
#include <unistd.h>
#include <errno.h>
@@ -31,6 +30,8 @@
#include <ctype.h>
#include <dirent.h>
#include <fcntl.h>
+#include <sys/select.h>
+#include <sys/wait.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>