tweaks: restore an include that is necessary on some platforms

This fixes https://savannah.gnu.org/bugs/?51674.
Reported-by: David Lawrence Ramsey <pooka109@gmail.com>
master
Benno Schulenberg 2017-08-06 19:32:55 +02:00
parent 884d410d9d
commit 67915f5dae
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#ifdef ENABLE_UTF8
#include <langinfo.h>
#endif
#include <locale.h>
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif