From b4df15d1e119994ad1f3e73c1283414d2eb30a5f Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 15 Oct 2000 00:17:36 +0000 Subject: - (bal) Add support for realpath and getcwd for platforms with broken or missing realpath implementations for sftp-server. - (bal) Corrected mistake in INSTALL in regards to GNU rx library --- openbsd-compat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbsd-compat.h') diff --git a/openbsd-compat.h b/openbsd-compat.h index f3ae2f3ff..18c67f088 100644 --- a/openbsd-compat.h +++ b/openbsd-compat.h @@ -6,6 +6,8 @@ /* BSD function replacements */ #include "bsd-arc4random.h" #include "bsd-bindresvport.h" +#include "bsd-getcwd.h" +#include "bsd-realpath.h" #include "bsd-rresvport.h" #include "bsd-misc.h" #include "bsd-strlcpy.h" -- cgit v1.2.3