X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/c5573921b272ce5903b1846fecd6a58e1cb0e6c9..191883cea74b31f4bcc49ff54c9e283c584c9f80:/eqn_html.c diff --git a/eqn_html.c b/eqn_html.c index 51f14423..1fe41ecb 100644 --- a/eqn_html.c +++ b/eqn_html.c @@ -1,4 +1,4 @@ -/* $Id: eqn_html.c,v 1.17 2017/07/14 13:32:35 schwarze Exp $ */ +/* $Id: eqn_html.c,v 1.18 2018/12/13 05:23:38 schwarze Exp $ */ /* * Copyright (c) 2011, 2014 Kristaps Dzonsons * Copyright (c) 2017 Ingo Schwarze @@ -26,6 +26,7 @@ #include #include "mandoc.h" +#include "eqn.h" #include "out.h" #include "html.h"