summaryrefslogtreecommitdiff
path: root/plugins/adplug/adplug/adl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/adplug/adplug/adl.cpp')
-rw-r--r--plugins/adplug/adplug/adl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/adplug/adplug/adl.cpp b/plugins/adplug/adplug/adl.cpp
index ae8c4e99..0ad196e9 100644
--- a/plugins/adplug/adplug/adl.cpp
+++ b/plugins/adplug/adplug/adl.cpp
@@ -48,10 +48,10 @@
*
*/
-#include <cstring>
#include <inttypes.h>
#include <stdarg.h>
#include <assert.h>
+#include <string.h>
#include "adl.h"
#include "debug.h"
@@ -2321,7 +2321,7 @@ void CadlPlayer::play(uint8_t track) {
// playSoundEffect(1);
// }
-bool CadlPlayer::load(const std::string &filename, const CFileProvider &fp)
+bool CadlPlayer::load(const char *filename, const CFileProvider &fp)
{
binistream *f = fp.open(filename);