diff options
Diffstat (limited to 'include')
-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> |