This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/509-remove-osgi-defines in repository https://gitbox.apache.org/repos/asf/celix.git
commit f495697e2e89b5a3e4339b73535b4b883120512d Author: Pepijn Noltes <[email protected]> AuthorDate: Sun Oct 29 14:29:46 2023 +0100 #509: Add celix_constants.h include for conan test package sources --- examples/conan_test_package/test_framework.c | 1 + examples/conan_test_package/test_log_helper.c | 1 + examples/conan_test_package/test_shell.c | 1 + 3 files changed, 3 insertions(+) diff --git a/examples/conan_test_package/test_framework.c b/examples/conan_test_package/test_framework.c index 54bfa126..95b17aa8 100644 --- a/examples/conan_test_package/test_framework.c +++ b/examples/conan_test_package/test_framework.c @@ -21,6 +21,7 @@ #include <celix_framework.h> #include <celix_framework_factory.h> #include <celix_properties.h> +#include <celix_constants.h> #include <stddef.h> int main() { diff --git a/examples/conan_test_package/test_log_helper.c b/examples/conan_test_package/test_log_helper.c index 7ffe8e89..05b97f47 100644 --- a/examples/conan_test_package/test_log_helper.c +++ b/examples/conan_test_package/test_log_helper.c @@ -19,6 +19,7 @@ #include <celix_framework.h> #include <celix_framework_factory.h> #include <celix_log_helper.h> +#include <celix_constants.h> int main() { celix_properties_t *properties = NULL; diff --git a/examples/conan_test_package/test_shell.c b/examples/conan_test_package/test_shell.c index 177c0032..b4919350 100644 --- a/examples/conan_test_package/test_shell.c +++ b/examples/conan_test_package/test_shell.c @@ -18,6 +18,7 @@ */ #include <assert.h> #include <celix_bundle_context.h> +#include <celix_constants.h> #include <celix_framework.h> #include <celix_framework_factory.h> #include <celix_properties.h>
