[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Patrice Dumas |
Date: |
Fri, 4 Oct 2024 06:44:23 -0400 (EDT) |
branch: master
commit 19f54b881e1bcdd7f403626e167193f560ae59ca
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Oct 4 12:42:03 2024 +0200
* tp/Texinfo/XS/teximakehtml.c: add missing include.
---
ChangeLog | 4 ++++
tp/Texinfo/XS/teximakehtml.c | 2 ++
2 files changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index edfc6af830..815717485b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-10-04 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/teximakehtml.c: add missing include.
+
2024-08-13 Patrice Dumas <pertusus@free.fr>
* tp/Texinfo/XS/convert/converter.c (new_converter): rename
diff --git a/tp/Texinfo/XS/teximakehtml.c b/tp/Texinfo/XS/teximakehtml.c
index 0d49a01ab7..e5626bd057 100644
--- a/tp/Texinfo/XS/teximakehtml.c
+++ b/tp/Texinfo/XS/teximakehtml.c
@@ -36,6 +36,8 @@
#include "convert_to_texinfo.h"
*/
#include "create_buttons.h"
+/* html_free_converter */
+#include "html_converter_finish.h"
#include "convert_html.h"
#include "texinfo.h"