EFM: try to fix a problem with large files on 32-bit systems.

SVN revision: 36286
This commit is contained in:
ptomaine 2008-09-28 10:25:14 +00:00 committed by ptomaine
parent b82dba9b08
commit d76e4749de
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
* vim:cindent:ts=8:sw=3:sts=8:expandtab:cino=>5n-3f0^-2{2
*/
#ifndef _FILE_OFFSET_BITS
# define _FILE_OFFSET_BITS 64
#endif
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>