mirror of
https://github.com/mozilla/cubeb
synced 2024-11-21 14:29:11 -07:00
Non-functional change: Directly include string.h in test/common.h
This commit is contained in:
parent
47f9a4733b
commit
001b904409
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
|||
#include "cubeb/cubeb.h"
|
||||
#include "cubeb_mixer.h"
|
||||
#include <cstdarg>
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
|
||||
template <typename T, size_t N>
|
||||
constexpr size_t
|
||||
|
|
Loading…
Reference in a new issue