From ed80ba44eedd0543f9da9b1e231204262121fbd8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 5 Feb 2017 15:39:46 +0100 Subject: [PATCH] mandocd: add stdint.h to fix compilation on Linux --- mandocd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mandocd.c b/mandocd.c index fce2812..406e991 100644 --- a/mandocd.c +++ b/mandocd.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "mandoc.h" #include "roff.h" -- 2.11.0