summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:23:00 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:23:00 +0000
commit803b3a091c225d48395508a8f9ffa6e08cbddc5b (patch)
treea3168c9e7da8991c423b5978aacf90c3c2b135c1 /include
parentReleasing progress-linux version 2.40-8~progress7.99u1. (diff)
downloadutil-linux-803b3a091c225d48395508a8f9ffa6e08cbddc5b.tar.xz
util-linux-803b3a091c225d48395508a8f9ffa6e08cbddc5b.zip
Merging upstream version 2.40.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'include')
-rw-r--r--include/pager.h2
-rw-r--r--include/strutils.h1
-rw-r--r--include/xalloc.h1
3 files changed, 3 insertions, 1 deletions
diff --git a/include/pager.h b/include/pager.h
index 6d8fdd7..e5ba4d7 100644
--- a/include/pager.h
+++ b/include/pager.h
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: GPL-2.0-or-later
*
- * This file may be redistributed under the terms of the GNU Public License.
+ * This file may be redistributed under the terms of the GNU General Public License.
*/
#ifndef UTIL_LINUX_PAGER
#define UTIL_LINUX_PAGER
diff --git a/include/strutils.h b/include/strutils.h
index e9f8a0c..b9f3e08 100644
--- a/include/strutils.h
+++ b/include/strutils.h
@@ -8,6 +8,7 @@
#include <stdlib.h>
#include <inttypes.h>
#include <string.h>
+#include <strings.h>
#include <sys/types.h>
#include <ctype.h>
#include <stdio.h>
diff --git a/include/xalloc.h b/include/xalloc.h
index f7d42c9..6675988 100644
--- a/include/xalloc.h
+++ b/include/xalloc.h
@@ -13,6 +13,7 @@
#ifndef UTIL_LINUX_XALLOC_H
#define UTIL_LINUX_XALLOC_H
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>