summaryrefslogtreecommitdiff
path: root/8051772672c6cae6e00847f396cea6f7e3f43f3b
diff options
context:
space:
mode:
authorMichael Orlitzky <michael@orlitzky.com>2024-02-03 11:49:43 -0500
committerJohn-Mark Bell <jmb@pexip.com>2024-02-08 20:36:21 +0000
commit885dba86dd2faef25444d576a7b8a367f2688ed9 (patch)
treec5a85f9a4c4f8214943fbe6c6ef7251681fa9340 /8051772672c6cae6e00847f396cea6f7e3f43f3b
parente89a7bc6b5042a4ceb1428a9b4ad8eced38b521b (diff)
downloadlibdom-885dba86dd2faef25444d576a7b8a367f2688ed9.tar.gz
libdom-885dba86dd2faef25444d576a7b8a367f2688ed9.tar.bz2
bindings/xml/libxml_xmlparser.c: add stdlib.h include
This file uses malloc() but does not include stdlib.h directly. With glibc, that apparently works out just fine... but with musl, it leads to implicit declaration warnings/errors, most likely because musl does not include stdlib.h transitively via any of the other headers used by this file.
Diffstat (limited to '8051772672c6cae6e00847f396cea6f7e3f43f3b')
0 files changed, 0 insertions, 0 deletions