diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:22:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 19:22:57 +0000 |
commit | ce95875445c67808caa5d4fb0e6f80dbdaef0cb7 (patch) | |
tree | 6da8cbc66ef15086c9d295e4abe733b24818551e /include | |
parent | Adding upstream version 2.40. (diff) | |
download | util-linux-ce95875445c67808caa5d4fb0e6f80dbdaef0cb7.tar.xz util-linux-ce95875445c67808caa5d4fb0e6f80dbdaef0cb7.zip |
Adding upstream version 2.40.1.upstream/2.40.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | include/pager.h | 2 | ||||
-rw-r--r-- | include/strutils.h | 1 | ||||
-rw-r--r-- | include/xalloc.h | 1 |
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> |