diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-25 21:46:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-25 21:46:24 +0000 |
commit | d31b9aced380c9834f45869247dfbd42922d533b (patch) | |
tree | b3ac29e0c9eca2bbee2a86d14cd464316067c774 /man.c | |
parent | 0516216740b04a6adb890cc3d4639da26aee1f83 (diff) | |
download | mandoc-d31b9aced380c9834f45869247dfbd42922d533b.tar.gz |
*** empty log message ***
Diffstat (limited to 'man.c')
-rw-r--r-- | man.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ */ #include <assert.h> #include <ctype.h> +#include <err.h> #include <stdarg.h> #include <stdlib.h> #include <stdio.h> |