1
1

build: avoid a warning on FreeBSD, OpenBSD, and Alpine

Этот коммит содержится в:
Benno Schulenberg 2019-06-11 12:29:32 +02:00
родитель ed40fd8031
Коммит d477775871

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

@ -27,6 +27,9 @@
#include <sys/ioctl.h>
#endif
#include <string.h>
#ifdef ENABLE_UTF8
#include <wchar.h>
#endif
#ifdef REVISION
#define BRANDING REVISION