aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_latency.cpp
diff options
context:
space:
mode:
authorAlex Chronopoulos <[email protected]>2016-06-09 12:43:51 +0300
committerAlex Chronopoulos <[email protected]>2016-06-09 12:43:51 +0300
commit05f3693272a265836b3549c3994b2459a78a9125 (patch)
tree1a433fc8842e998b7a35ecd0b31f113d4bcf8eff /test/test_latency.cpp
parent74198ddaabacebd74f451676658d9216f35b1b18 (diff)
downloadcubeb-05f3693272a265836b3549c3994b2459a78a9125.tar.gz
cubeb-05f3693272a265836b3549c3994b2459a78a9125.zip
Change cubeb.h include to implementation-defined
Diffstat (limited to 'test/test_latency.cpp')
-rw-r--r--test/test_latency.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_latency.cpp b/test/test_latency.cpp
index 5b4da8e..5e58f87 100644
--- a/test/test_latency.cpp
+++ b/test/test_latency.cpp
@@ -2,7 +2,7 @@
#undef NDEBUG
#endif
#include <stdlib.h>
-#include <cubeb/cubeb.h>
+#include "cubeb/cubeb.h"
#include <assert.h>
#include <stdio.h>
#ifdef CUBEB_GECKO_BUILD