mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix Linux/Harmattan builds.
This commit is contained in:
parent
c439796c8e
commit
260cc305f5
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "OMAConvert.h"
|
||||
#include <cstring>
|
||||
|
||||
namespace OMAConvert {
|
||||
|
||||
|
@ -355,4 +356,4 @@ int getRIFFChannels(u8* riff, int bufsize)
|
|||
return channel;
|
||||
}
|
||||
|
||||
} // namespace OMAConvert
|
||||
} // namespace OMAConvert
|
||||
|
|
Loading…
Add table
Reference in a new issue