build: avoid a warning on FreeBSD, OpenBSD, and Alpine
parent
ed40fd8031
commit
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
|
||||
|
|
Loading…
Reference in New Issue