mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-25 03:42:34 +01:00
- fix Linux compile
This commit is contained in:
parent
14b7a526a6
commit
a89245346e
@ -12,7 +12,7 @@
|
||||
#include "spool.h"
|
||||
|
||||
#ifndef PSX
|
||||
#include "STRINGS.H"
|
||||
#include <strings.h>
|
||||
|
||||
#include "../utils/riff.h"
|
||||
#include "../utils/audio_source/snd_al_source.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "riff.h"
|
||||
#include "driver2.h"
|
||||
#include "STRINGS.H"
|
||||
#include <strings.h>
|
||||
|
||||
CRIFF_Parser::CRIFF_Parser(const char* szFilename)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user