=================================================================== RCS file: /cvs/mandoc/Attic/mansearch_const.c,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- mandoc/Attic/mansearch_const.c 2014/04/10 02:46:21 1.4 +++ mandoc/Attic/mansearch_const.c 2014/12/01 08:05:52 1.7 @@ -1,4 +1,4 @@ -/* $Id: mansearch_const.c,v 1.4 2014/04/10 02:46:21 schwarze Exp $ */ +/* $Id: mansearch_const.c,v 1.7 2014/12/01 08:05:52 schwarze Exp $ */ /* * Copyright (c) 2014 Ingo Schwarze * @@ -14,10 +14,12 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "config.h" + #include + #include -#include "manpath.h" #include "mansearch.h" const int mansearch_keymax = 40;