aboutsummaryrefslogtreecommitdiff
path: root/test/test_pcm_byteswap.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-10-19 21:10:01 +0200
committerMax Kellermann <max@duempel.org>2011-10-19 21:14:14 +0200
commitf1da118a6ccec6154a8e67c78d52fffb2ffa7089 (patch)
tree340ecf9f6217a76faece9c1ba47fdc7f788d73cd /test/test_pcm_byteswap.c
parent08a0bb756d34bcff50cf70b9aa1ab5c2ae77a1ea (diff)
test: add GLib testing compatibility header
Didn't compile on GLib < 2.16.
Diffstat (limited to 'test/test_pcm_byteswap.c')
-rw-r--r--test/test_pcm_byteswap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_pcm_byteswap.c b/test/test_pcm_byteswap.c
index 32401eae..ddc09f50 100644
--- a/test/test_pcm_byteswap.c
+++ b/test/test_pcm_byteswap.c
@@ -20,6 +20,7 @@
#include "test_pcm_all.h"
#include "pcm_byteswap.h"
#include "pcm_buffer.h"
+#include "test_glib_compat.h"
#include <glib.h>