diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-01-31 02:45:44 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-01-31 02:45:44 +0100 |
commit | 117ec1e9d46baf07823a7a5719101e25e4b29e2d (patch) | |
tree | 9dde4fa0f5d3996124eafbd84bd7072f98de103f /mcop | |
parent | 357b4594068d36193b0fd99d1d77bb01c9db623d (diff) | |
download | arts-117ec1e9d46baf07823a7a5719101e25e4b29e2d.tar.gz arts-117ec1e9d46baf07823a7a5719101e25e4b29e2d.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'mcop')
-rw-r--r-- | mcop/debug.cc | 1 |
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> |