aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
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>