libretro / fuse-libretro

A port of the Fuse Unix Spectrum Emulator to libretro
GNU General Public License v3.0
36 stars 47 forks source link

Remove obsolete and useless #define from util.c #85

Closed crystalct closed 3 years ago

crystalct commented 3 years ago

#include <unistd.h> was moved before #define stat(a, b) (!compat_file_exists(a)) to avoid compilation problems in some old platforms.