minor type corrected

This commit is contained in:
2021-04-01 13:26:16 +02:00
parent bcb012fc65
commit 6c1c6cbc42

View File

@@ -2,7 +2,7 @@
#include "utils.h" #include "utils.h"
#include "gamedirector.h" #include "gamedirector.h"
#include <iostream> #include <iostream>
#ifdef __MIPSEL __ #ifdef __MIPSEL__
#include <sys/stat.h> #include <sys/stat.h>
#include <dirent.h> #include <dirent.h>
#endif #endif