Skip to content

Commit

Permalink
#509 Add missing include for endpoint_descriptor_reader.c
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Feb 10, 2024
1 parent a051b04 commit f0dc1c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

#include <stdbool.h>
#include <string.h>
#include <stdlib.h>
#include <libxml/xmlreader.h>

#include "celix_log_helper.h"
Expand Down

0 comments on commit f0dc1c1

Please sign in to comment.