mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 21:37:42 -07:00
fix Linux build error
This commit is contained in:
parent
7026bb15f6
commit
7d69699d64
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user