Index: alsa-utils-1.0.11rc2/speaker-test/speaker-test.c =================================================================== --- alsa-utils-1.0.11rc2.orig/speaker-test/speaker-test.c +++ alsa-utils-1.0.11rc2/speaker-test/speaker-test.c @@ -44,9 +44,6 @@ #include #include #include -#ifdef ENABLE_NLS -#include -#endif #include #define ALSA_PCM_NEW_HW_PARAMS_API @@ -59,6 +56,10 @@ #include "gettext.h" #include "version.h" +#ifdef ENABLE_NLS +#include +#endif + enum { TEST_PINK_NOISE = 1, TEST_SINE,