poke-devel
[Top][All Lists]
Advanced

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

[PATCH] Add gnulib module pathmax


From: Tim Rühsen
Subject: [PATCH] Add gnulib module pathmax
Date: Wed, 8 Apr 2020 16:01:41 +0200

2020-04-08  Tim Rühsen  <address@hidden>

        * bootstrap.conf: Add gnulib module pathmax.
        * src/pk-editor.c: Include pathmax.h.
---
 ChangeLog       | 5 +++++
 bootstrap.conf  | 1 +
 src/pk-editor.c | 1 +
 3 files changed, 7 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 9ee08c64..26712edf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-08  Tim Rühsen  <address@hidden>
+
+       * bootstrap.conf: Add gnulib module pathmax.
+       * src/pk-editor.c: Include pathmax.h.
+
 2020-04-08  Jose E. Marchesi  <address@hidden>

        * lib/pvm-program.c: Remove trailing whitespaces.
diff --git a/bootstrap.conf b/bootstrap.conf
index 71d88b87..fdf0183d 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -36,6 +36,7 @@ gnulib_modules="
   mkstemp
   parse-datetime
   pmccabe2html
+  pathmax
   printf-posix
   progname
   pthread
diff --git a/src/pk-editor.c b/src/pk-editor.c
index e9b185cb..60c90b0f 100644
--- a/src/pk-editor.c
+++ b/src/pk-editor.c
@@ -24,6 +24,7 @@
 #include <assert.h>
 #include "xalloc.h"
 #include "findprog.h"
+#include "pathmax.h"

 #include "pk-utils.h"
 #include "pk-term.h"
--
2.26.0




reply via email to

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