summaryrefslogtreecommitdiff
path: root/openbsd-compat/xcrypt.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-08-30 17:52:03 +1000
committerDamien Miller <djm@mindrot.org>2006-08-30 17:52:03 +1000
commit8ff1da81ec5e3032befb98349ec6ceba84dab706 (patch)
tree546f9d269447a1bc02166ae13d9957b79a023acd /openbsd-compat/xcrypt.c
parent6ba57409417431f26ad960ed717880d04273c714 (diff)
- (djm) [openbsd-compat/xcrypt.c] needs unistd.h
Diffstat (limited to 'openbsd-compat/xcrypt.c')
-rw-r--r--openbsd-compat/xcrypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c
index 5d260f2c2..14899321f 100644
--- a/openbsd-compat/xcrypt.c
+++ b/openbsd-compat/xcrypt.c
@@ -25,6 +25,7 @@
25#include "includes.h" 25#include "includes.h"
26 26
27#include <sys/types.h> 27#include <sys/types.h>
28#include <unistd.h>
28#include <pwd.h> 29#include <pwd.h>
29 30
30# ifdef HAVE_CRYPT_H 31# ifdef HAVE_CRYPT_H