This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch support/2.4
in repository https://gitbox.apache.org/repos/asf/celix.git


The following commit(s) were added to refs/heads/support/2.4 by this push:
     new 76f11c55 Add missing header.
76f11c55 is described below

commit 76f11c55054fb2ac5d136fa99d5a6919ad0146db
Author: PengZheng <[email protected]>
AuthorDate: Tue Dec 12 11:38:54 2023 +0800

    Add missing header.
---
 .../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 1caa0dc2..cbfde0b3 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"

Reply via email to