mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:35:42 +01:00
Fix compile on big-endian arch
Fix compile on big-endian arch.
This commit is contained in:
parent
fbf158cf49
commit
35c0bd63ec
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
#ifdef ENABLE_NLS
|
||||
#include <locale.h>
|
||||
#endif
|
||||
#include <byteswap.h>
|
||||
|
||||
#define ALSA_PCM_NEW_HW_PARAMS_API
|
||||
#define ALSA_PCM_NEW_SW_PARAMS_API
|
||||
|
|
Loading…
Reference in a new issue