From 002969ba8021677cb6dc9a29374f174cbb4f8654 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 21 May 2017 08:46:51 -0700 Subject: doc: emphasize platform-independence of abs-path-p. * txr.1: Adding text to abs-path-p description which emphasizes that the definition of absolute path it uses is platform-agnostic. --- stream.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stream.c') diff --git a/stream.c b/stream.c index 9016555e..a7ff92c8 100644 --- a/stream.c +++ b/stream.c @@ -40,6 +40,9 @@ #if HAVE_UNISTD_H #include #endif +#ifdef __CYGWIN__ +#include +#endif #if HAVE_FCNTL_H #include #endif -- cgit v1.2.3