mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-05 21:39:47 -06:00
fix Linux build error
This commit is contained in:
@ -868,6 +868,11 @@ void MainWindow::onInputConfigFinished(int res)
|
||||
}
|
||||
|
||||
|
||||
// FIXME!!!!
|
||||
#if (!defined(__WIN32__) && !defined(UNIX_PORTABLE))
|
||||
#include <glib.h>
|
||||
#endif
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
srand(time(NULL));
|
||||
|
Reference in New Issue
Block a user