summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 21:46:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 21:46:24 +0000
commitd31b9aced380c9834f45869247dfbd42922d533b (patch)
treeb3ac29e0c9eca2bbee2a86d14cd464316067c774 /man.c
parent0516216740b04a6adb890cc3d4639da26aee1f83 (diff)
downloadmandoc-d31b9aced380c9834f45869247dfbd42922d533b.tar.gz
*** empty log message ***
Diffstat (limited to 'man.c')
-rw-r--r--man.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/man.c b/man.c
index 58db4f79..3ed0f4cb 100644
--- a/man.c
+++ b/man.c
@@ -18,6 +18,7 @@
*/
#include <assert.h>
#include <ctype.h>
+#include <err.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>