summaryrefslogtreecommitdiff
path: root/sshd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshd.c')
-rw-r--r--sshd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index ee588ff8a..3fb146424 100644
--- a/sshd.c
+++ b/sshd.c
@@ -65,6 +65,7 @@
65#include <grp.h> 65#include <grp.h>
66#include <pwd.h> 66#include <pwd.h>
67#include <signal.h> 67#include <signal.h>
68#include <stdarg.h>
68#include <stdio.h> 69#include <stdio.h>
69#include <stdlib.h> 70#include <stdlib.h>
70#include <string.h> 71#include <string.h>