From b48b3766c360b23e26a10149be01193804cfa99b Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 14 Aug 2014 04:13:30 +0000 Subject: Cygwin support; from Yaakov Selkowitz, https://sourceforge.net/p/cygwin-ports/mdocml/ci/master/tree/ --- apropos_db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apropos_db.c') diff --git a/apropos_db.c b/apropos_db.c index df9fa98f..421c54d7 100644 --- a/apropos_db.c +++ b/apropos_db.c @@ -31,7 +31,7 @@ #if defined(__APPLE__) # include -#elif defined(__linux__) +#elif defined(__linux__) || defined(__CYGWIN__) # include #elif defined(__sun) # include @@ -39,7 +39,7 @@ # include #endif -#if defined(__linux__) || defined(__sun) +#if defined(__linux__) || defined(__CYGWIN__) || defined(__sun) # include #else # include -- cgit