This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/509-remove-deprecated-version
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/509-remove-deprecated-version by this push:
new f0dc1c19 #509 Add missing include for endpoint_descriptor_reader.c
f0dc1c19 is described below
commit f0dc1c19fc842709c7bb07107e8acc681f94e61c
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sat Feb 10 12:11:54 2024 +0100
#509 Add missing include for endpoint_descriptor_reader.c
---
.../remote_services/discovery_common/src/endpoint_descriptor_reader.c | 1 +
1 file changed, 1 insertion(+)
diff --git
a/bundles/remote_services/discovery_common/src/endpoint_descriptor_reader.c
b/bundles/remote_services/discovery_common/src/endpoint_descriptor_reader.c
index cf87fe59..57230515 100644
--- a/bundles/remote_services/discovery_common/src/endpoint_descriptor_reader.c
+++ b/bundles/remote_services/discovery_common/src/endpoint_descriptor_reader.c
@@ -26,6 +26,7 @@
#include <stdbool.h>
#include <string.h>
+#include <stdlib.h>
#include <libxml/xmlreader.h>
#include "celix_log_helper.h"