Skip to content
Snippets Groups Projects
Commit ed0d70fe authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

do not typedef off_t when we do not need to

parent 542295c8
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,9 @@ ...@@ -50,7 +50,9 @@
#ifdef HAVE_SDL #ifdef HAVE_SDL
#include "sdl/hwsym_sdl.h" #include "sdl/hwsym_sdl.h"
#ifdef __linux__ #ifdef __linux__
#ifndef _LARGEFILE64_SOURCE
typedef off_t off64_t; typedef off_t off64_t;
#neidf
#endif #endif
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment