header fix

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