aboutsummaryrefslogtreecommitdiffstats
path: root/offsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'offsets.c')
-rw-r--r--offsets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/offsets.c b/offsets.c
index 7e59d05..5e9cddd 100644
--- a/offsets.c
+++ b/offsets.c
@@ -17,7 +17,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
+#ifndef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE
+#endif
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>