1
1

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>
Этот коммит содержится в:
Benno Schulenberg 2017-08-06 19:32:55 +02:00
родитель 884d410d9d
Коммит 67915f5dae

Просмотреть файл

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