]> andersk Git - openssh.git/blobdiff - openbsd-compat/xcrypt.c
- (djm) [openbsd-compat/xcrypt.c] needs unistd.h
[openssh.git] / openbsd-compat / xcrypt.c
index 5d260f2c2653b0b0712c021c9bec02b906c440b3..14899321fe4869f40444a42f8beaaac19b69751b 100644 (file)
@@ -25,6 +25,7 @@
 #include "includes.h"
 
 #include <sys/types.h>
+#include <unistd.h>
 #include <pwd.h>
 
 # ifdef HAVE_CRYPT_H
This page took 0.377293 seconds and 4 git commands to generate.