From 319aaebe757493d87da4d86285487b7160652cf8 Mon Sep 17 00:00:00 2001 From: wlemb Date: Fri, 27 Jul 2001 00:23:11 +0000 Subject: * src/preproc/refer/refer.cc: Include `lib.h'. * src/devices/grohtml/post-html.cc: Ditto. --- ChangeLog | 3 +++ src/devices/grohtml/post-html.cc | 1 + src/preproc/refer/refer.cc | 1 + 3 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index f076999d..689a3d65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * contrib/mm/groff_mm.man: Start always a new line after end of sentence. Add some compatibility info to the HF variable. + * src/preproc/refer/refer.cc: Include `lib.h'. + * src/devices/grohtml/post-html.cc: Ditto. + 2001-07-26 Larry Jones * contrib/mm/m.tmac: Fix initialization of Hps1 and Hps2. diff --git a/src/devices/grohtml/post-html.cc b/src/devices/grohtml/post-html.cc index 1323b282..6bc0b4ac 100644 --- a/src/devices/grohtml/post-html.cc +++ b/src/devices/grohtml/post-html.cc @@ -28,6 +28,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "cset.h" #include "html.h" #include "html-text.h" +#include "lib.h" #include diff --git a/src/preproc/refer/refer.cc b/src/preproc/refer/refer.cc index c39def73..c4dc4da1 100644 --- a/src/preproc/refer/refer.cc +++ b/src/preproc/refer/refer.cc @@ -24,6 +24,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "token.h" #include "search.h" #include "command.h" +#include "lib.h" extern "C" const char *Version_string; -- cgit v1.2.1