summaryrefslogtreecommitdiffstats
path: root/login-utils/simpleinit.c
diff options
context:
space:
mode:
authorKarel Zak2006-12-07 00:26:28 +0100
committerKarel Zak2006-12-07 00:26:28 +0100
commit5213517f54c70a784c06ee85c066aa2b4f375c4b (patch)
treebd0b55ed9621bf27f70fc2e338a9816496246beb /login-utils/simpleinit.c
parentImported from util-linux-2.12k tarball. (diff)
downloadkernel-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/simpleinit.c')
-rw-r--r--login-utils/simpleinit.c2
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>