From d00b62109066cc098a3869c463004b63917f409c Mon Sep 17 00:00:00 2001 From: "ariel.burton@roguewave.com" Date: Wed, 12 Sep 2012 11:37:10 -0400 Subject: [PATCH] PATCH: fix build with --enable-msabi-support This attached patch, relative to libuninwd-1.0.1, will fix building with --enable-msabi-support on linux x86_64. Ariel Burton --- src/x86_64/Gglobal.c | 1 + src/x86_64/Lglobal.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/x86_64/Gglobal.c b/src/x86_64/Gglobal.c index 8eba27aa..b9b001aa 100644 --- a/src/x86_64/Gglobal.c +++ b/src/x86_64/Gglobal.c @@ -25,6 +25,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include "config.h" #include "unwind_i.h" #include "dwarf_i.h" diff --git a/src/x86_64/Lglobal.c b/src/x86_64/Lglobal.c index 6d7b489e..8c43a67c 100644 --- a/src/x86_64/Lglobal.c +++ b/src/x86_64/Lglobal.c @@ -1,4 +1,5 @@ #define UNW_LOCAL_ONLY +#include "config.h" #include #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gglobal.c"