aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorElie De Brauwer <eliedebrauwer@gmail.com>2012-04-24 23:09:27 +0200
committerElie De Brauwer <eliedebrauwer@gmail.com>2012-04-24 23:09:27 +0200
commit0b11a16626867a362ed9aff3950650af94d1cfa7 (patch)
treeb65105be3dbfe176b73e6faa8760244c7e99bca1 /toys.h
parent7792f8f65310f5eecac79df8ce0a0cb5e0d83ea8 (diff)
downloadtoybox-0b11a16626867a362ed9aff3950650af94d1cfa7.tar.gz
Adding initial version of login.c
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 814db1ea..aa43ae7e 100644
--- a/toys.h
+++ b/toys.h
@@ -8,6 +8,7 @@
#include "lib/portability.h"
+#include <crypt.h>
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
@@ -21,6 +22,7 @@
#include <pwd.h>
#include <sched.h>
#include <setjmp.h>
+#include <shadow.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
@@ -37,6 +39,7 @@
#include <sys/types.h>
#include <sys/utsname.h>
#include <sys/wait.h>
+#include <syslog.h>
#include <unistd.h>
#include <utime.h>
#include <utmpx.h>