From 5f57a2156f7a486362d8693ae0a6715730860ee0 Mon Sep 17 00:00:00 2001 From: Graham Lee Date: Sun, 16 Jul 2017 14:36:10 +0100 Subject: [PATCH] objc_super is defined in objc/message.h --- gst-objc-ext.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gst-objc-ext.h b/gst-objc-ext.h index a8ef516..931a9f1 100644 --- a/gst-objc-ext.h +++ b/gst-objc-ext.h @@ -4,7 +4,9 @@ #import "gst-string.h" #import "gst-array.h" #import "objc-proxy.h" -#ifndef GNU_RUNTIME +#ifdef GNU_RUNTIME +#import +#else #import #endif