summaryrefslogtreecommitdiffstatshomepage
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
commitef64725c09db0346dd0d5a32ae063e383d216b33 (patch)
tree59b22eafa2935cea48a1d8e0c12c41c51e6e944f /man.c
parent5fa47110bac19f7e6acb9a32e76e800657e98799 (diff)
downloadmandoc-ef64725c09db0346dd0d5a32ae063e383d216b33.tar.gz
mandoc-ef64725c09db0346dd0d5a32ae063e383d216b33.tar.zst
mandoc-ef64725c09db0346dd0d5a32ae063e383d216b33.zip
*** empty log message ***
Diffstat (limited to 'man.c')
-rw-r--r--man.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/man.c b/man.c
index 21c15e71..d3223e69 100644
--- a/man.c
+++ b/man.c
@@ -1,4 +1,4 @@
-/* $Id: man.c,v 1.7 2009/03/25 21:03:13 kristaps Exp $ */
+/* $Id: man.c,v 1.8 2009/03/25 21:46:24 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -18,6 +18,7 @@
*/
#include <assert.h>
#include <ctype.h>
+#include <err.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>