]> git.cameronkatri.com Git - mandoc.git/blobdiff - man.c
*** empty log message ***
[mandoc.git] / man.c
diff --git a/man.c b/man.c
index 21c15e71e897b7362bf3762b56d4e5ad6d23b59a..d3223e6957f59da0c12449af5274a4bb4db189e8 100644 (file)
--- 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>