summaryrefslogtreecommitdiffstats
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:15:46 +0100
commitfd15bc646d41795a7313c6b1837ba277c2093004 (patch)
treee920404fa8ba756a26a9d1761fd935507bbfa4a5
parent809f455d5cc780442f6b84fbdc61a73cd96c6aaf (diff)
downloadkoffice-fd15bc64.tar.gz
koffice-fd15bc64.zip
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 aabe4021..8b6572ae 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>