=================================================================== RCS file: /cvs/mandoc/mansearch.c,v retrieving revision 1.66 retrieving revision 1.67 diff -u -p -r1.66 -r1.67 --- mandoc/mansearch.c 2016/07/19 21:31:55 1.66 +++ mandoc/mansearch.c 2016/07/20 00:23:14 1.67 @@ -1,7 +1,7 @@ -/* $OpenBSD: mansearch.c,v 1.66 2016/07/19 21:31:55 schwarze Exp $ */ +/* $OpenBSD: mansearch.c,v 1.67 2016/07/20 00:23:14 schwarze Exp $ */ /* * Copyright (c) 2012 Kristaps Dzonsons - * Copyright (c) 2013, 2014, 2015 Ingo Schwarze + * Copyright (c) 2013, 2014, 2015, 2016 Ingo Schwarze * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -15,6 +15,7 @@ * 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