summaryrefslogtreecommitdiffstats
path: root/cgi.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-11-20 12:39:08 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-11-20 12:39:08 +0000
commit128b2e9569342adb6a230c39530c1386a24d423c (patch)
tree24c34899384d4b78e02777db602df64613de0bf0 /cgi.c
parente6a940ec63910db636acab48c5362bfbc6d35975 (diff)
downloadmandoc-128b2e9569342adb6a230c39530c1386a24d423c.tar.gz
Merge schwarze@'s work for 64-bit types. This is based on a tweaked patch
submitted to tech@ on 16/11/2011, 01:39. It has been updated to account for the logical-operator functions and to avoid keeping a live pointer into the DBT value, which is not guaranteed to be consistent across calls into the bdb library.
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi.c b/cgi.c
index be2eed1f..12c008cc 100644
--- a/cgi.c
+++ b/cgi.c
@@ -4,6 +4,7 @@
#include <regex.h>
#include <stdio.h>
#include <stdarg.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>