=================================================================== RCS file: /cvs/mandoc/soelim.c,v retrieving revision 1.3 retrieving revision 1.5 diff -u -p -r1.3 -r1.5 --- mandoc/soelim.c 2015/05/20 22:57:22 1.3 +++ mandoc/soelim.c 2015/11/07 14:22:29 1.5 @@ -1,4 +1,4 @@ -/* $Id: soelim.c,v 1.3 2015/05/20 22:57:22 schwarze Exp $ */ +/* $Id: soelim.c,v 1.5 2015/11/07 14:22:29 schwarze Exp $ */ /* * Copyright (c) 2014 Baptiste Daroussin * All rights reserved. @@ -24,11 +24,14 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "config.h" #include #include +#if HAVE_ERR #include +#endif #include #include #include