=================================================================== RCS file: /cvs/mandoc/mandocdb.c,v retrieving revision 1.49.2.16 retrieving revision 1.49.2.18 diff -u -p -r1.49.2.16 -r1.49.2.18 --- mandoc/mandocdb.c 2014/04/23 21:31:38 1.49.2.16 +++ mandoc/mandocdb.c 2014/08/14 04:13:30 1.49.2.18 @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.49.2.16 2014/04/23 21:31:38 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.49.2.18 2014/08/14 04:13:30 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011, 2012 Ingo Schwarze @@ -15,9 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef HAVE_CONFIG_H #include "config.h" -#endif #include @@ -36,7 +34,7 @@ #if defined(__APPLE__) # include -#elif defined(__linux__) +#elif defined(__linux__) || defined(__CYGWIN__) # include #elif defined(__sun) # include @@ -45,7 +43,7 @@ # include #endif -#if defined(__linux__) || defined(__sun) +#if defined(__linux__) || defined(__CYGWIN__) || defined(__sun) # include #else # include