summaryrefslogtreecommitdiff
path: root/lib/readline/nls.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/readline/nls.c')
-rw-r--r--lib/readline/nls.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/readline/nls.c b/lib/readline/nls.c
index fd093b6c..8447c10f 100644
--- a/lib/readline/nls.c
+++ b/lib/readline/nls.c
@@ -1,6 +1,6 @@
/* nls.c -- skeletal internationalization code. */
-/* Copyright (C) 1996-2021 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2022 Free Software Foundation, Inc.
This file is part of the GNU Readline Library (Readline), a library
for reading lines of text with interactive input and history editing.
@@ -53,6 +53,7 @@
#include "readline.h"
#include "rlshell.h"
#include "rlprivate.h"
+#include "xmalloc.h"
static int utf8locale (char *);