diff options
author | Damien Miller <djm@mindrot.org> | 2008-07-09 12:54:37 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-07-09 12:54:37 +0200 |
commit | 7acf550aeb4a0197095282bcbc845ec917599540 (patch) | |
tree | 9f39a7a90f7974b3ec6bf1648c48726a624b2c60 /auth.c | |
parent | - (djm) [auth1.c] Fix format string vulnerability in protocol 1 PAM (diff) | |
download | openssh-7acf550aeb4a0197095282bcbc845ec917599540.tar.xz openssh-7acf550aeb4a0197095282bcbc845ec917599540.zip |
- (djm) [auth.c] Missing unistd.h for close()
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ #include <stdarg.h> #include <stdio.h> #include <string.h> +#include <unistd.h> #include "xmalloc.h" #include "match.h" |