=================================================================== RCS file: /cvs/mandoc/compat_strsep.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/compat_strsep.c 2014/08/10 23:54:41 1.2 +++ mandoc/compat_strsep.c 2014/08/16 19:00:01 1.3 @@ -1,6 +1,6 @@ #include "config.h" -#ifdef HAVE_STRSEP +#if HAVE_STRSEP int dummy;