artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c56c08
)
mansearch.h uses uint64_t, so it needs stdint.h; found on Linux
author
schwarze
<schwarze@openbsd.org>
Fri, 8 Aug 2014 17:17:42 +0000
(17:17 +0000)
committer
schwarze
<schwarze@openbsd.org>
Fri, 8 Aug 2014 17:17:42 +0000
(17:17 +0000)
usr.bin/mandoc/cgi.c
patch
|
blob
|
history
diff --git
a/usr.bin/mandoc/cgi.c
b/usr.bin/mandoc/cgi.c
index
1ece1a7
..
f733a2d
100644
(file)
--- a/
usr.bin/mandoc/cgi.c
+++ b/
usr.bin/mandoc/cgi.c
@@
-1,4
+1,4
@@
-/* $Id: cgi.c,v 1.3
1 2014/07/25 21:05:38
schwarze Exp $ */
+/* $Id: cgi.c,v 1.3
2 2014/08/08 17:17:42
schwarze Exp $ */
/*
* Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014 Ingo Schwarze <schwarze@usta.de>
@@
-19,6
+19,7
@@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>