]> git.cameronkatri.com Git - mandoc.git/blobdiff - apropos.c
In mdoc(7) and man(7), if a width is given as a bare number without
[mandoc.git] / apropos.c
index 80b6bc6d036e965fa85926ceb1303c3360e6b1c6..0aa988beb285c77a18a97cd84182376290621442 100644 (file)
--- a/apropos.c
+++ b/apropos.c
@@ -1,4 +1,4 @@
-/*     $Id: apropos.c,v 1.39 2014/04/20 16:46:04 schwarze Exp $ */
+/*     $Id: apropos.c,v 1.40 2014/08/10 23:54:41 schwarze Exp $ */
 /*
  * Copyright (c) 2012 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2013 Ingo Schwarze <schwarze@openbsd.org>
  * 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 <sys/param.h>
+#include <sys/types.h>
 
 #include <assert.h>
 #include <getopt.h>