forked from mirror/openmw-tes3mp
Fix for audiere 1.9.4 (last non-SVN version).
audiere.h uses cstring routines without including <cstring> itself, this workaround should fix possible build errors.
This commit is contained in:
parent
a05046026e
commit
12e5c8d704
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
|
||||
#include "sample_reader.hpp"
|
||||
|
||||
// audiere.h from 1.9.4 (latest) release uses
|
||||
// cstring routines like strchr() and strlen() without
|
||||
// including cstring itself.
|
||||
#include <cstring>
|
||||
#include <audiere.h>
|
||||
|
||||
namespace Mangle {
|
||||
|
|
Loading…
Reference in a new issue