summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Welche <prlw1@cam.ac.uk>2014-02-23 11:12:48 +0000
committerTakashi Iwai <tiwai@suse.de>2014-02-24 11:00:53 +0100
commit7a6e8ca348c4c2640cbc337914d1376333fdbc17 (patch)
tree2a20beec4d88eda93088fd53bde593505d9d0f7a /src
parent1af088e39b75a0a0897c7036487b143e983cd423 (diff)
Portability fix: look for sys/endian.h as well as endian.h
- define __BYTE_ORDER and friends. - adjust asoundlib.h accordingly. Signed-off-by: Patrick Welche <prlw1@cam.ac.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'src')
-rw-r--r--src/pcm/pcm_file.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pcm/pcm_file.c b/src/pcm/pcm_file.c
index 71230259..b1f23304 100644
--- a/src/pcm/pcm_file.c
+++ b/src/pcm/pcm_file.c
@@ -26,7 +26,6 @@
*
*/
-#include <endian.h>
#include <byteswap.h>
#include <ctype.h>
#include <string.h>