From f1da118a6ccec6154a8e67c78d52fffb2ffa7089 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 19 Oct 2011 21:10:01 +0200 Subject: test: add GLib testing compatibility header Didn't compile on GLib < 2.16. --- test/test_pcm_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_pcm_main.c') diff --git a/test/test_pcm_main.c b/test/test_pcm_main.c index 6201f8e1a..4e64b443f 100644 --- a/test/test_pcm_main.c +++ b/test/test_pcm_main.c @@ -18,6 +18,7 @@ */ #include "test_pcm_all.h" +#include "test_glib_compat.h" #include -- cgit v1.2.3