aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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>