blob: 1408d329c08551b6b985d5abdbc8902ea661dd5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/tools/build/fixdep.c
+++ b/tools/build/fixdep.c
@@ -11,6 +11,8 @@
* base transformation of dependecies without the CONFIG mangle.
*/
+#define _FILE_OFFSET_BITS 64
+
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/mman.h>
|