From c2235d37adbf8264f37d9012501da605fa859ca5 Mon Sep 17 00:00:00 2001 From: schwarze Date: Fri, 8 Aug 2014 17:17:42 +0000 Subject: [PATCH] mansearch.h uses uint64_t, so it needs stdint.h; found on Linux --- usr.bin/mandoc/cgi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/mandoc/cgi.c b/usr.bin/mandoc/cgi.c index 1ece1a7f332..f733a2d3256 100644 --- a/usr.bin/mandoc/cgi.c +++ b/usr.bin/mandoc/cgi.c @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.31 2014/07/25 21:05:38 schwarze Exp $ */ +/* $Id: cgi.c,v 1.32 2014/08/08 17:17:42 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include -- 2.20.1