summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-05 15:29:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-05 15:29:30 +0000
commitfa2d2baa68d82f5967d881b896ad4de515c2a3bf (patch)
tree0cce611de0a59ac86f9198efddc6af00072f2644
parent5100c90860025df47e42d8bd45c9b8162c9aa8d0 (diff)
downloadmandoc-fa2d2baa68d82f5967d881b896ad4de515c2a3bf.tar.gz
mansearch.h uses uint64_t, so it needs stdint.h; found on Linux
-rw-r--r--cgi.c1
-rw-r--r--mansearch.31
2 files changed, 2 insertions, 0 deletions
diff --git a/cgi.c b/cgi.c
index 3bb0028f..ee4eb773 100644
--- a/cgi.c
+++ b/cgi.c
@@ -23,6 +23,7 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/mansearch.3 b/mansearch.3
index bb382db4..a3cac93a 100644
--- a/mansearch.3
+++ b/mansearch.3
@@ -22,6 +22,7 @@
.Nm mansearch_setup
.Nd search manual page databases
.Sh SYNOPSIS
+.In stdint.h
.In manpath.h
.In mansearch.h
.Ft int