]> git.cameronkatri.com Git - mandoc.git/blobdiff - roff_term.c
For -man -Thtml, ignore author-specified .HP widths because they
[mandoc.git] / roff_term.c
index 0b0b6fda785aaf199e2102a2bfa9d528d9aa7ce1..b5ec764963ea8f9e4a2576c3873143cd844c0914 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: roff_term.c,v 1.13 2017/06/14 22:51:25 schwarze Exp $ */
+/*     $Id: roff_term.c,v 1.14 2017/06/24 14:38:33 schwarze Exp $ */
 /*
  * Copyright (c) 2010, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
  *
@@ -19,6 +19,7 @@
 #include <assert.h>
 #include <stddef.h>
 
+#include "mandoc.h"
 #include "roff.h"
 #include "out.h"
 #include "term.h"