From 435eb14d99c605bc9dac2e5a88b6e630b86ece77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 31 Jan 2017 02:45:44 +0100 Subject: Fix detection whether the system is big endian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 117ec1e9d46baf07823a7a5719101e25e4b29e2d) --- mcop/debug.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'mcop') 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 #include #include #include -- cgit v1.2.1