summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshd.c b/sshd.c
index 481d0015..b298f495 100644
--- a/sshd.c
+++ b/sshd.c
@@ -47,6 +47,7 @@
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
+#include <sys/param.h>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif