summaryrefslogtreecommitdiffstats
path: root/mandocd.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-02-05 22:51:11 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-02-05 22:51:11 +0000
commit4e045795c0b9e4b7f54bcb4057d3980e4dd9dfdf (patch)
tree86e7e263dd577284552d96a769a9ea310e75b031 /mandocd.c
parent35113f62e6ccc78c855932737688dc3072f1d3d7 (diff)
downloadmandoc-4e045795c0b9e4b7f54bcb4057d3980e4dd9dfdf.tar.gz
uint8_t requires <stdint.h>; from Michael Stapelberg
Diffstat (limited to 'mandocd.c')
-rw-r--r--mandocd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandocd.c b/mandocd.c
index 7805f66c..e14e83ee 100644
--- a/mandocd.c
+++ b/mandocd.c
@@ -24,6 +24,7 @@
#include <err.h>
#endif
#include <limits.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>