diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-02-05 04:15:46 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-02-05 04:15:46 +0100 |
commit | fd15bc646d41795a7313c6b1837ba277c2093004 (patch) | |
tree | e920404fa8ba756a26a9d1761fd935507bbfa4a5 /lib | |
parent | 809f455d5cc780442f6b84fbdc61a73cd96c6aaf (diff) | |
download | koffice-fd15bc646d41795a7313c6b1837ba277c2093004.tar.gz koffice-fd15bc646d41795a7313c6b1837ba277c2093004.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kwmf/qwmf.cc | 2 |
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> |