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:
parent
bb84c6d628
commit
c1fee68e62
@ -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) {
|
||||
|
@ -18,7 +18,7 @@
|
||||
***************************************************************************/
|
||||
#include "syncfunc.h"
|
||||
|
||||
#include <SDL/SDL.h>
|
||||
#include <SDL.h>
|
||||
|
||||
namespace SyncFunc {
|
||||
struct timeval {
|
||||
|
Loading…
x
Reference in New Issue
Block a user