Commit 67915f5d authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: restore an include that is necessary on some platforms

This fixes https://savannah.gnu.org/bugs/?51674

.
Reported-by: default avatarDavid Lawrence Ramsey <pooka109@gmail.com>
parent 884d410d
Showing with 1 addition and 0 deletions
+1 -0
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#ifdef ENABLE_UTF8 #ifdef ENABLE_UTF8
#include <langinfo.h> #include <langinfo.h>
#endif #endif
#include <locale.h>
#ifdef HAVE_TERMIOS_H #ifdef HAVE_TERMIOS_H
#include <termios.h> #include <termios.h>
#endif #endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment