Skip to content

Commit

Permalink
Include stdlib.h for strtol() (#65).
Browse files Browse the repository at this point in the history
  • Loading branch information
mlj committed Jan 20, 2025
1 parent da9727d commit 5bce058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libxmlutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

#include "libxmlutil.h"

#include <stdlib.h>
#include <string.h>

char *libxmlutil_dup_attr(const xmlNode *node, const char *name)
Expand Down

0 comments on commit 5bce058

Please sign in to comment.