X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-binding.h;h=5122405eb71dfab67b5c470d47f514b2cf34ca19;hb=d325856a3cb88b18a1726e30309543f0154df9de;hp=085dc388da68ce4ed8220e953081aa8d2a915887;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;p=src%2Fapp-framework-binder.git diff --git a/include/afb/afb-binding.h b/include/afb/afb-binding.h index 085dc388..5122405e 100644 --- a/include/afb/afb-binding.h +++ b/include/afb/afb-binding.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017, 2018 "IoT.bzh" + * Copyright (C) 2016-2019 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -41,7 +41,7 @@ #include #include -struct json_object; +#include /** * @def AFB_BINDING_INTERFACE_VERSION @@ -96,10 +96,10 @@ struct json_object; " #else # if AFB_BINDING_VERSION == 1 -# pragma GCC warning "Using binding version 1, consider to switch to version 3" +# warning "Using binding version 1, consider to switch to version 3" # endif # if AFB_BINDING_VERSION == 2 -# pragma GCC warning "Using binding version 2, consider to switch to version 3" +# warning "Using binding version 2, consider to switch to version 3" # endif #endif