texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/Texinfo/XS/parsetexi/conf.c: add missing stdli


From: Patrice Dumas
Subject: branch master updated: tp/Texinfo/XS/parsetexi/conf.c: add missing stdlib.h include
Date: Tue, 11 Jun 2024 03:48:50 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new e737d0eb34 tp/Texinfo/XS/parsetexi/conf.c: add missing stdlib.h include
e737d0eb34 is described below

commit e737d0eb34ebff7bfe673d7f0b2facb5635b2bea
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Jun 11 09:48:43 2024 +0200

    tp/Texinfo/XS/parsetexi/conf.c: add missing stdlib.h include
    
    Report by Bruno.
---
 ChangeLog                      | 10 ++++++++--
 tp/Texinfo/XS/parsetexi/conf.c |  1 +
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c2b67fbc8e..da88b28cdd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2024-06-10  Patrice Dumas  <pertusus@free.fr>
+2024-06-11  Patrice Dumas  <pertusus@free.fr>
+
+       tp/Texinfo/XS/parsetexi/conf.c: add missing stdlib.h include
+
+       Report by Bruno.
+
+2024-06-11  Patrice Dumas  <pertusus@free.fr>
 
        Remove check and include of xlocale.h now done in gnulib locale
 
@@ -6,7 +12,7 @@
        remove test of xlocale.h and explicit include, everything should be
        covered by the gnulibe locale module.  From Gavin and Bruno.
 
-2024-06-10  Patrice Dumas  <pertusus@free.fr>
+2024-06-11  Patrice Dumas  <pertusus@free.fr>
 
        Add gnulib locale module for XS
 
diff --git a/tp/Texinfo/XS/parsetexi/conf.c b/tp/Texinfo/XS/parsetexi/conf.c
index 4373f2808f..7dc1dd6f60 100644
--- a/tp/Texinfo/XS/parsetexi/conf.c
+++ b/tp/Texinfo/XS/parsetexi/conf.c
@@ -15,6 +15,7 @@
 
 #include <config.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include "utils.h"
 #include "macro.h"



reply via email to

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