texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Gavin D. Smith
Date: Mon, 26 Jul 2021 12:53:17 -0400 (EDT)

branch: master
commit 6a72a2fd7aac7812b1002f34001fca5c6c20a1ec
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Jul 26 17:53:04 2021 +0100

    * tp/Texinfo/XS/parsetexi/Parsetexi.xs: #include <config.h> to
    avoid gnulib error from unistd.h included via perl.h.  From
    Patrice.
---
 ChangeLog                            | 6 ++++++
 tp/Texinfo/XS/parsetexi/Parsetexi.xs | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 3124e7a..4b15e41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2021-07-26  Gavin Smith  <gavinsmith0123@gmail.com>
 
+       * tp/Texinfo/XS/parsetexi/Parsetexi.xs: #include <config.h> to
+       avoid gnulib error from unistd.h included via perl.h.  From
+       Patrice.
+
+2021-07-26  Gavin Smith  <gavinsmith0123@gmail.com>
+
        * configure.ac: Bump to 6.8dev, no dist-xz.
 
 2021-07-24  Gavin Smith  <gavinsmith0123@gmail.com>
diff --git a/tp/Texinfo/XS/parsetexi/Parsetexi.xs 
b/tp/Texinfo/XS/parsetexi/Parsetexi.xs
index 66cd76e..bbf3b76 100644
--- a/tp/Texinfo/XS/parsetexi/Parsetexi.xs
+++ b/tp/Texinfo/XS/parsetexi/Parsetexi.xs
@@ -1,3 +1,5 @@
+#include <config.h>
+
 /* Avoid namespace conflicts. */
 #define context perl_context
 



reply via email to

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