[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Mon, 23 Dec 2024 12:17:01 -0500 (EST) |
branch: master
commit 1cc9e726244171460471704921a7c219183a541d
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Mon Dec 23 16:57:08 2024 +0000
* info/info.h, install-info/install-info.c:
Include <unistd.h> instead of relying on system.h including it.
---
ChangeLog | 5 +++++
info/info.h | 1 +
install-info/install-info.c | 1 +
3 files changed, 7 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index c83240c835..080d0aff44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
+
+ * info/info.h, install-info/install-info.c:
+ Include <unistd.h> instead of relying on system.h including it.
+
2024-12-23 Gavin Smith <gavinsmith0123@gmail.com>
Remove system.h includes
diff --git a/info/info.h b/info/info.h
index 29c28f79fc..44ef1dfebd 100644
--- a/info/info.h
+++ b/info/info.h
@@ -27,6 +27,7 @@
#include <limits.h>
#include <ctype.h>
#include <errno.h>
+#include <unistd.h>
/* From gnulib */
#include "xalloc.h"
diff --git a/install-info/install-info.c b/install-info/install-info.c
index 05a63a34ee..62467c32c8 100644
--- a/install-info/install-info.c
+++ b/install-info/install-info.c
@@ -22,6 +22,7 @@
#include <getopt.h>
#include <regex.h>
#include <argz.h>
+#include <unistd.h>
/* From gnulib */
#include "xalloc.h"
- master updated (e3ddefe01b -> 309c8e11bb), Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject],
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23
- [no subject], Gavin D. Smith, 2024/12/23