X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/5c2a309a34544b8ce4a9f64845f876bc1bc560f3..adc300f62b7fbe5b7eb742b3042e1bb923a8093a:/eqn_term.c diff --git a/eqn_term.c b/eqn_term.c index b1a438d9..3e27233b 100644 --- a/eqn_term.c +++ b/eqn_term.c @@ -1,4 +1,4 @@ -/* $Id: eqn_term.c,v 1.18 2018/10/02 12:18:33 schwarze Exp $ */ +/* $Id: eqn_term.c,v 1.19 2018/12/13 05:23:38 schwarze Exp $ */ /* * Copyright (c) 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015, 2017 Ingo Schwarze @@ -25,7 +25,7 @@ #include #include -#include "mandoc.h" +#include "eqn.h" #include "out.h" #include "term.h"