]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.c
Moved output definitions into main.h.
[mandoc.git] / html.c
diff --git a/html.c b/html.c
index 8001cf6c9315973f13c868d8d1d54d6729daf8f5..623fa975bc71924b1a038a2308214316e5bbaae3 100644 (file)
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/*     $Id: html.c,v 1.63 2009/10/13 10:21:24 kristaps Exp $ */
+/*     $Id: html.c,v 1.64 2009/10/13 10:57:25 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -29,6 +29,7 @@
 #include "out.h"
 #include "chars.h"
 #include "html.h"
+#include "main.h"
 
 #define        UNCONST(a)      ((void *)(uintptr_t)(const void *)(a))