summaryrefslogtreecommitdiffstats
path: root/mcop/debug.cc
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:45:44 +0100
commit117ec1e9d46baf07823a7a5719101e25e4b29e2d (patch)
tree9dde4fa0f5d3996124eafbd84bd7072f98de103f /mcop/debug.cc
parent357b4594068d36193b0fd99d1d77bb01c9db623d (diff)
downloadarts-117ec1e9.tar.gz
arts-117ec1e9.zip
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'mcop/debug.cc')
-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>