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)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
srand(time(NULL));
|
srand(time(NULL));
|
||||||
|
|
Loading…
Reference in New Issue