summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-07-27 00:23:11 +0000
committerwlemb <wlemb>2001-07-27 00:23:11 +0000
commit319aaebe757493d87da4d86285487b7160652cf8 (patch)
tree9131e174fadbf14a6e04a3b1ab974db9d903e753
parentac20ded683c5356cb07d1063f66bac77282be535 (diff)
downloadgroff-319aaebe757493d87da4d86285487b7160652cf8.tar.gz
* src/preproc/refer/refer.cc: Include `lib.h'.
* src/devices/grohtml/post-html.cc: Ditto.
-rw-r--r--ChangeLog3
-rw-r--r--src/devices/grohtml/post-html.cc1
-rw-r--r--src/preproc/refer/refer.cc1
3 files changed, 5 insertions, 0 deletions
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 <larry.jones@sdrc.com>
* 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 <time.h>
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;