gbranden pushed a commit to branch master
in repository groff.

commit c706ea2a418f12a9eac9418814121a9182a4df7b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Dec 21 16:16:12 2024 -0600

    src/include/lf.h: Include "stringclass.h" header.
    
    * src/include/lf.h: Include "stringclass.h" header file, since we refer
      to groff's `string` type.
---
 ChangeLog        | 5 +++++
 src/include/lf.h | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 789cc4809..eadd68e15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-21  G. Branden Robinson <[email protected]>
+
+       * src/include/lf.h: Include "stringclass.h" header file, since
+       we refer to groff's `string` type.
+
 2024-12-21  G. Branden Robinson <[email protected]>
 
        * src/include/stringclass.h: Introduce `GROFF_STRINGCLASS_H`
diff --git a/src/include/lf.h b/src/include/lf.h
index f275d341c..1ed034554 100644
--- a/src/include/lf.h
+++ b/src/include/lf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2020 Free Software Foundation, Inc.
+/* Copyright (C) 2014-2024 Free Software Foundation, Inc.
      Written by Werner Lemberg ([email protected])
 
 This file is part of groff.
@@ -16,6 +16,8 @@ for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
+#include "stringclass.h"
+
 bool interpret_lf_args(const char *p);
 void normalize_for_lf (string &fn);
 

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to