summaryrefslogtreecommitdiffstats
path: root/mcop
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2017-01-31 02:45:44 +0100
committerSlávek Banko <slavek.banko@axis.cz>2017-01-31 02:46:08 +0100
commit435eb14d99c605bc9dac2e5a88b6e630b86ece77 (patch)
treee94682f4c8b0df12222abfdfbfff0e5ac6327a94 /mcop
parenta9cdb4590ffdcc157a23736a5579ca56da65c21c (diff)
downloadarts-435eb14d99c605bc9dac2e5a88b6e630b86ece77.tar.gz
arts-435eb14d99c605bc9dac2e5a88b6e630b86ece77.zip
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 117ec1e9d46baf07823a7a5719101e25e4b29e2d)
Diffstat (limited to 'mcop')
-rw-r--r--mcop/debug.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcop/debug.cc b/mcop/debug.cc
index d042452..be97528 100644
--- a/mcop/debug.cc
+++ b/mcop/debug.cc
@@ -24,6 +24,7 @@
*/
#include "debug.h"
+#include <config.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>