From: Takashi Iwai Date: Wed, 14 Dec 2005 15:11:42 +0000 (+0000) Subject: Fix compile on big-endian arch X-Git-Tag: v1.0.11rc4~13 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=35c0bd63ece8d6a19b19e677cc53c20f942bf6ff;p=alsa-utils.git Fix compile on big-endian arch Fix compile on big-endian arch. --- diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c index b1a4e2a..3d4afe9 100644 --- a/speaker-test/speaker-test.c +++ b/speaker-test/speaker-test.c @@ -47,6 +47,7 @@ #ifdef ENABLE_NLS #include #endif +#include #define ALSA_PCM_NEW_HW_PARAMS_API #define ALSA_PCM_NEW_SW_PARAMS_API