X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/a5cb8b874ed422ba6f202f5cd0dc73e4689e168b..d9e74cd03217773097de0be523bacaf301db426d:/roff_term.c diff --git a/roff_term.c b/roff_term.c index 0b0b6fda..b5ec7649 100644 --- a/roff_term.c +++ b/roff_term.c @@ -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 * @@ -19,6 +19,7 @@ #include #include +#include "mandoc.h" #include "roff.h" #include "out.h" #include "term.h"