=================================================================== RCS file: /cvs/mandoc/Attic/apropos_db.c,v retrieving revision 1.32.2.7 retrieving revision 1.32.2.8 diff -u -p -r1.32.2.7 -r1.32.2.8 --- mandoc/Attic/apropos_db.c 2014/08/11 00:31:13 1.32.2.7 +++ mandoc/Attic/apropos_db.c 2014/08/14 04:13:30 1.32.2.8 @@ -1,4 +1,4 @@ -/* $Id: apropos_db.c,v 1.32.2.7 2014/08/11 00:31:13 schwarze Exp $ */ +/* $Id: apropos_db.c,v 1.32.2.8 2014/08/14 04:13:30 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011, 2014 Ingo Schwarze @@ -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