mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -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)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
srand(time(NULL));
|
srand(time(NULL));
|
||||||
|
Reference in New Issue
Block a user