build: avoid a warning on FreeBSD, OpenBSD, and Alpine
parent
ed40fd8031
commit
d477775871
|
@ -27,6 +27,9 @@
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#ifdef ENABLE_UTF8
|
||||||
|
#include <wchar.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef REVISION
|
#ifdef REVISION
|
||||||
#define BRANDING REVISION
|
#define BRANDING REVISION
|
||||||
|
|
Loading…
Reference in New Issue