X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2Fafb%2Fafb-binding.h;h=950cd898a8995d71033a4e5f02525b0c09b16d46;hb=65353dce81a629e042800bb7b86fcd869a76727e;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..950cd898 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) 2015-2020 "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