From 0d7694160012f2cdcec96932a6bdff6e75f25ad4 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Thu, 9 Aug 2012 20:30:55 +0200 Subject: Add new code to Makefile --- src/main.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index ccc72f7..5577253 100644 --- a/src/main.h +++ b/src/main.h @@ -6,8 +6,13 @@ #include "os.h" extern char strbuf[1024]; +#ifndef _FILE_OFFSET_BITS #define _FILE_OFFSET_BITS 64 +#endif + +#ifndef _GNU_SOURCE #define _GNU_SOURCE +#endif // Forward declaration for use in function arguments. //struct devices; -- cgit v1.2.3