diff options
author | Slávek Banko <[email protected]> | 2017-02-05 04:15:46 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-02-05 04:16:05 +0100 |
commit | d2824e55f45faa50812dd6f9ea48f5e209fe9f4b (patch) | |
tree | fc0c0546a9c5fc0699822db7912aa749d53be7a4 /lib | |
parent | 5c4f4781ebc883aea0542bd1834700ea41914b26 (diff) | |
download | koffice-d2824e55f45faa50812dd6f9ea48f5e209fe9f4b.tar.gz koffice-d2824e55f45faa50812dd6f9ea48f5e209fe9f4b.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit fd15bc646d41795a7313c6b1837ba277c2093004)
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> |