X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dbus.c;h=dbafebe6f0202c6b9d102c849600cb85f496134c;hb=0d05349094ced7eeb487e572beb90fa44dd2ebe0;hp=a1e15fd35d4cd02e08c4cd0b070805f2898a9c3b;hpb=65bbbd793955336bad0fe80e48f952a2a9a5e6bf;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dbus.c b/src/afb-api-dbus.c index a1e15fd3..dbafebe6 100644 --- a/src/afb-api-dbus.c +++ b/src/afb-api-dbus.c @@ -15,6 +15,8 @@ * limitations under the License. */ +#if defined(WITH_DBUS_TRANSPARENCY) + #define _GNU_SOURCE #define NO_PLUGIN_VERBOSE_MACRO @@ -1013,4 +1015,5 @@ error: return -1; } +#endif