diff options
author | Karel Zak | 2006-12-07 00:26:28 +0100 |
---|---|---|
committer | Karel Zak | 2006-12-07 00:26:28 +0100 |
commit | 5213517f54c70a784c06ee85c066aa2b4f375c4b (patch) | |
tree | bd0b55ed9621bf27f70fc2e338a9816496246beb /login-utils | |
parent | Imported from util-linux-2.12k tarball. (diff) | |
download | kernel-qcow2-util-linux-5213517f54c70a784c06ee85c066aa2b4f375c4b.tar.gz kernel-qcow2-util-linux-5213517f54c70a784c06ee85c066aa2b4f375c4b.tar.xz kernel-qcow2-util-linux-5213517f54c70a784c06ee85c066aa2b4f375c4b.zip |
Imported from util-linux-2.12l tarball.
Diffstat (limited to 'login-utils')
-rw-r--r-- | login-utils/simpleinit.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/login-utils/simpleinit.c b/login-utils/simpleinit.c index 093c00303..89c14a8dc 100644 --- a/login-utils/simpleinit.c +++ b/login-utils/simpleinit.c @@ -25,6 +25,8 @@ #include <fcntl.h> #include <string.h> #include <signal.h> +#include <errno.h> +#include <time.h> #include <pwd.h> #include <sys/file.h> #include <sys/wait.h> |