aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-15 01:00:59 +0100
committerMax Kellermann <max@duempel.org>2013-01-15 01:02:13 +0100
commitf9fc3a42cc859c90b55c10743bd84832fa156b98 (patch)
tree628f67f0672f5f84c5d8ea82d5792018de71b3e9 /test
parent76bc28ab1e4ce17926905cbdae455cee8e275a1d (diff)
fifo_buffer: move to util/
Diffstat (limited to 'test')
-rw-r--r--test/run_convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_convert.c b/test/run_convert.c
index 4f57400f..21be83f7 100644
--- a/test/run_convert.c
+++ b/test/run_convert.c
@@ -28,7 +28,7 @@
#include "audio_format.h"
#include "pcm_convert.h"
#include "conf.h"
-#include "fifo_buffer.h"
+#include "util/fifo_buffer.h"
#include "stdbin.h"
#include <glib.h>