aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit70f435794e7d1b7082fbf988409e27476dace0bc (patch)
treee76d485d7d20a1aa58a3a7ff2d26115d4da8bdc8 /mandocd.c
parent21c5d8b9700c5c309ceb2763aab8165fc3a24234 (diff)
downloadmandoc-70f435794e7d1b7082fbf988409e27476dace0bc.tar.gz
mandoc-70f435794e7d1b7082fbf988409e27476dace0bc.tar.zst
mandoc-70f435794e7d1b7082fbf988409e27476dace0bc.zip
uint8_t requires <stdint.h>; from Michael Stapelberg
Diffstat (limited to 'mandocd.c')
-rw-r--r--mandocd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandocd.c b/mandocd.c
index fce28124..7d76b763 100644
--- a/mandocd.c
+++ b/mandocd.c
@@ -1,4 +1,4 @@
-/* $Id: mandocd.c,v 1.1 2017/02/04 12:03:07 schwarze Exp $ */
+/* $Id: mandocd.c,v 1.2 2017/02/05 22:51:11 schwarze Exp $ */
/*
* Copyright (c) 2017 Michael Stapelberg <stapelberg@debian.org>
* Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -24,6 +24,7 @@
#include <err.h>
#endif
#include <limits.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>