Compile on more platforms. Thanks to Thristian for the find.

git-svn-id: https://gambatte.svn.sourceforge.net/svnroot/gambatte@58 9dfb2916-2d38-0410-aef4-c5fe6c9ffc24
This commit is contained in:
sinamas 2007-09-04 09:56:59 +00:00
parent bb84c6d628
commit c1fee68e62
2 changed files with 4 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
***************************************************************************/
#include <gambatte.h>
#include <SDL/SDL.h>
#include <SDL.h>
#include <string>
#include <sstream>
@ -302,6 +302,8 @@ int main(int argc, char **argv) {
SDL_Quit();
delete []sndBuffer;
delete []tmpBuf;
return 0;
}
static void fill_buffer(void *const buffer, Uint8 *const stream, const int len) {

View File

@ -18,7 +18,7 @@
***************************************************************************/
#include "syncfunc.h"
#include <SDL/SDL.h>
#include <SDL.h>
namespace SyncFunc {
struct timeval {