mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Use location of TIOCGWINSZ from autoconf manual
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
349c6adcf7
commit
5999d81f0e
@@ -32,7 +32,12 @@
|
||||
#include "share/compat.h"
|
||||
#ifndef _WIN32
|
||||
#include <wchar.h>
|
||||
#include <sys/ioctl.h>
|
||||
#ifdef HAVE_TERMIOS_H
|
||||
# include <termios.h>
|
||||
#endif
|
||||
#ifdef GWINSZ_IN_SYS_IOCTL
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
const char *CHANNEL_MASK_TAG = "WAVEFORMATEXTENSIBLE_CHANNEL_MASK";
|
||||
|
||||
Reference in New Issue
Block a user