diff options
author | Max Kellermann <max@duempel.org> | 2011-10-19 21:10:01 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-10-19 21:14:14 +0200 |
commit | f1da118a6ccec6154a8e67c78d52fffb2ffa7089 (patch) | |
tree | 340ecf9f6217a76faece9c1ba47fdc7f788d73cd /test/test_pcm_dither.c | |
parent | 08a0bb756d34bcff50cf70b9aa1ab5c2ae77a1ea (diff) | |
download | mpd-f1da118a6ccec6154a8e67c78d52fffb2ffa7089.tar.gz mpd-f1da118a6ccec6154a8e67c78d52fffb2ffa7089.tar.xz mpd-f1da118a6ccec6154a8e67c78d52fffb2ffa7089.zip |
test: add GLib testing compatibility header
Didn't compile on GLib < 2.16.
Diffstat (limited to '')
-rw-r--r-- | test/test_pcm_dither.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_pcm_dither.c b/test/test_pcm_dither.c index 44d105207..24b0dd040 100644 --- a/test/test_pcm_dither.c +++ b/test/test_pcm_dither.c @@ -18,6 +18,7 @@ */ #include "test_pcm_all.h" +#include "test_glib_compat.h" #include "pcm_dither.h" #include <glib.h> |