diff options
Diffstat (limited to 'crypto/openssh/includes.h')
-rw-r--r-- | crypto/openssh/includes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h index c3cd8b40e0b9..96cddbc26089 100644 --- a/crypto/openssh/includes.h +++ b/crypto/openssh/includes.h @@ -52,6 +52,9 @@ #ifdef HAVE_PATHS_H # include <paths.h> #endif +#ifdef HAVE_FCNTL_H +# include <fcntl.h> /* For AT_FDCWD */ +#endif /* *-*-nto-qnx needs these headers for strcasecmp and LASTLOG_FILE respectively |