diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-02-02 01:42:02 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-02-02 01:42:02 +0100 |
commit | 1458cc35b20c25c30db011c3ce958b7bd5d62c34 (patch) | |
tree | 777b43eb410e4c8bc2e084898dc8db4866154ce2 /ktnef/gui/qwmf.cpp | |
parent | a99988adb282be204543b80c2efa038cf7bb5579 (diff) | |
download | tdepim-1458cc35b20c25c30db011c3ce958b7bd5d62c34.tar.gz tdepim-1458cc35b20c25c30db011c3ce958b7bd5d62c34.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ktnef/gui/qwmf.cpp')
-rw-r--r-- | ktnef/gui/qwmf.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ktnef/gui/qwmf.cpp b/ktnef/gui/qwmf.cpp index 37eaa1704..e4baf41d2 100644 --- a/ktnef/gui/qwmf.cpp +++ b/ktnef/gui/qwmf.cpp @@ -17,6 +17,8 @@ * MA 02110-1301, USA. */ +#include <config.h> + #include <math.h> #include <assert.h> #include <tqfileinfo.h> |