summaryrefslogtreecommitdiff
path: root/speaker-test
diff options
context:
space:
mode:
Diffstat (limited to 'speaker-test')
-rw-r--r--speaker-test/speaker-test.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c
index 57a7cbc..b8cd5c8 100644
--- a/speaker-test/speaker-test.c
+++ b/speaker-test/speaker-test.c
@@ -44,9 +44,6 @@
#include <getopt.h>
#include <inttypes.h>
#include <ctype.h>
-#ifdef ENABLE_NLS
-#include <locale.h>
-#endif
#include <byteswap.h>
#define ALSA_PCM_NEW_HW_PARAMS_API
@@ -59,6 +56,10 @@
#include "gettext.h"
#include "version.h"
+#ifdef ENABLE_NLS
+#include <locale.h>
+#endif
+
enum {
TEST_PINK_NOISE = 1,
TEST_SINE,