Blame SOURCES/0001-sigh-simply-forgot-to-include-the-endian-header.patch

f085be
From 8b865a1f2f35f591e8004a75765bd9b3133229a5 Mon Sep 17 00:00:00 2001
f085be
From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= <caolanm@redhat.com>
f085be
Date: Fri, 29 Aug 2014 11:29:36 +0100
f085be
Subject: [PATCH] sigh, simply forgot to include the endian header
f085be
f085be
so the ppc64 bridge was broken
f085be
f085be
Change-Id: Ib60274ed25531f500bcd97f5ea9b04091ce01825
f085be
(cherry picked from commit 7da6716e98f22d6cb968c3218b5f4936f868a977)
f085be
---
f085be
 bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx | 2 +-
f085be
 1 file changed, 1 insertion(+), 1 deletion(-)
f085be
f085be
diff --git a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx
f085be
index eaee739..acee17d 100644
f085be
--- a/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx
f085be
+++ b/bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx
f085be
@@ -21,7 +21,7 @@
f085be
 #include <com/sun/star/uno/genfunc.hxx>
f085be
 #include <uno/data.h>
f085be
 #include <typelib/typedescription.hxx>
f085be
-
f085be
+#include <osl/endian.h>
f085be
 #include "bridges/cpp_uno/shared/bridge.hxx"
f085be
 #include "bridges/cpp_uno/shared/cppinterfaceproxy.hxx"
f085be
 #include "bridges/cpp_uno/shared/types.hxx"
f085be
-- 
f085be
1.9.3
f085be