diff options
author | pent0 <[email protected]> | 2021-10-14 19:37:58 +0700 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2021-10-15 14:13:57 +1300 |
commit | d512bfa07a327e0ae7e7aef892dcce01cbeaa67c (patch) | |
tree | d62601091e3f63d6f68cdc72bab408bb6281d576 | |
parent | ef5a1ffde99fe98ba0c28dab5128476e8aa384b8 (diff) | |
download | cubeb-d512bfa07a327e0ae7e7aef892dcce01cbeaa67c.tar.gz cubeb-d512bfa07a327e0ae7e7aef892dcce01cbeaa67c.zip |
android: Fix build error
-rw-r--r-- | src/cubeb-jni.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cubeb-jni.cpp b/src/cubeb-jni.cpp index d503266..8e7345b 100644 --- a/src/cubeb-jni.cpp +++ b/src/cubeb-jni.cpp @@ -1,6 +1,8 @@ -#include "cubeb-jni-instances.h" +/* clang-format off */ #include "jni.h" #include <assert.h> +#include "cubeb-jni-instances.h" +/* clang-format on */ #define AUDIO_STREAM_TYPE_MUSIC 3 |