diff options
Diffstat (limited to 'src/pcm')
-rw-r--r-- | src/pcm/PcmExport.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pcm/PcmExport.cxx b/src/pcm/PcmExport.cxx index 389670b6f..74b642569 100644 --- a/src/pcm/PcmExport.cxx +++ b/src/pcm/PcmExport.cxx @@ -21,10 +21,7 @@ #include "PcmExport.hxx" #include "PcmDsdUsb.hxx" #include "PcmPack.hxx" - -extern "C" { -#include "util/byte_reverse.h" -} +#include "util/ByteReverse.hxx" void PcmExport::Open(SampleFormat sample_format, unsigned _channels, |