summaryrefslogtreecommitdiff
path: root/speaker-test
diff options
context:
space:
mode:
Diffstat (limited to 'speaker-test')
-rw-r--r--speaker-test/speaker-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c
index fd13d88..d08893a 100644
--- a/speaker-test/speaker-test.c
+++ b/speaker-test/speaker-test.c
@@ -44,7 +44,7 @@
#include <getopt.h>
#include <inttypes.h>
#include <ctype.h>
-#include <byteswap.h>
+#include "bswap.h"
#include <signal.h>
#define ALSA_PCM_NEW_HW_PARAMS_API
@@ -56,6 +56,7 @@
#include "aconfig.h"
#include "gettext.h"
#include "version.h"
+#include "os_compat.h"
#ifdef ENABLE_NLS
#include <locale.h>