diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2005-03-10 00:58:01 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:51:00 -0700 |
commit | 138068d690d79e71239d3e776f01560afbabc1cb (patch) | |
tree | d390cc993fabdb7a2c8657e88e47823ddf0805d8 /udevd.c | |
parent | 2b40452ab3146322a88ae201a2eb534204c75d63 (diff) |
[PATCH] fix ia64 compile
Diffstat (limited to 'udevd.c')
-rw-r--r-- | udevd.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |