header fix

This commit is contained in:
Glenn Maynard
2003-10-19 22:04:59 +00:00
parent 420988148d
commit 2d60ade16b
+5 -4
View File
@@ -1,13 +1,14 @@
#include "global.h" #include "global.h"
#include "RageLog.h" #include "RageLog.h"
#include "RageSoundReader_MP3.h" #include "RageSoundReader_MP3.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "RageTimer.h" #include "RageTimer.h"
#include "RageInputDevice.h" #include "RageInputDevice.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
void ReadData( SoundReader *snd, void ReadData( SoundReader *snd,
int ms, /* start */ int ms, /* start */
char *buf, /* out */ char *buf, /* out */