groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 12/30: src/include/lf.h: Include "stringclass.h" header.


From: G. Branden Robinson
Subject: [groff] 12/30: src/include/lf.h: Include "stringclass.h" header.
Date: Sun, 22 Dec 2024 19:39:17 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit c706ea2a418f12a9eac9418814121a9182a4df7b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 <g.branden.robinson@gmail.com>
+
+       * src/include/lf.h: Include "stringclass.h" header file, since
+       we refer to groff's `string` type.
+
 2024-12-21  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * 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 (wl@gnu.org)
 
 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);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]