summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-02-05 04:15:46 +0100
committerSlávek Banko <slavek.banko@axis.cz>2017-02-05 04:16:05 +0100
commitd2824e55f45faa50812dd6f9ea48f5e209fe9f4b (patch)
treefc0c0546a9c5fc0699822db7912aa749d53be7a4 /lib
parent5c4f4781ebc883aea0542bd1834700ea41914b26 (diff)
downloadkoffice-d2824e55f45faa50812dd6f9ea48f5e209fe9f4b.tar.gz
koffice-d2824e55f45faa50812dd6f9ea48f5e209fe9f4b.zip
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fd15bc646d41795a7313c6b1837ba277c2093004)
Diffstat (limited to 'lib')
-rw-r--r--lib/kwmf/qwmf.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/kwmf/qwmf.cc b/lib/kwmf/qwmf.cc
index aabe40211..8b6572aee 100644
--- a/lib/kwmf/qwmf.cc
+++ b/lib/kwmf/qwmf.cc
@@ -17,6 +17,8 @@
* Boston, MA 02110-1301, USA.
*/
+#include "config.h"
+
#include <math.h>
#include <assert.h>
#include <tqfileinfo.h>