Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compiling fseek64o on Linux systems
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 22, 2012
1 parent 702ee93 commit 05d96dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/file/SDL_rwops.c
Expand Up @@ -18,6 +18,8 @@
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
*/
/* Need this so Linux systems define fseek64o, ftell64o and off64_t */
#define _LARGEFILE64_SOURCE
#include "SDL_config.h"

/* This file provides a general interface for SDL to read and write
Expand Down

0 comments on commit 05d96dd

Please sign in to comment.