]> git.cameronkatri.com Git - mandoc.git/blobdiff - man_html.c
Moved output definitions into main.h.
[mandoc.git] / man_html.c
index 244a7c5eabfc1bdc3712b6c1805ad972dd4f2c58..2aee4bf11b2ff896307bd7bf417b6472bdaa85ad 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: man_html.c,v 1.9 2009/10/09 07:10:37 kristaps Exp $ */
+/*     $Id: man_html.c,v 1.10 2009/10/13 10:57:25 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -27,6 +27,7 @@
 #include "out.h"
 #include "html.h"
 #include "man.h"
+#include "main.h"
 
 /* TODO: preserve ident widths. */