From 6707e93f318c331dfe2e286bff551f6b683c79e3 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Tue, 10 Dec 2013 15:27:48 +0100 Subject: [PATCH] Add NE_LFS define for correct size of ne_off_t --- src/mirall/owncloudpropagator.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mirall/owncloudpropagator.h b/src/mirall/owncloudpropagator.h index ddaf3387bc..02f22f9f69 100644 --- a/src/mirall/owncloudpropagator.h +++ b/src/mirall/owncloudpropagator.h @@ -15,6 +15,8 @@ #ifndef OWNCLOUDPROPAGATOR_H #define OWNCLOUDPROPAGATOR_H +#define NE_LFS // never remove this. otherwise NEON will behave badly. + #include #include #include