include explicitly stdlib.h for realloc() and free()
commit149cb9da47ebc05fc4396cf7c1aa104ed994def8
authorSebastien Marie <semarie@kapouay.eu.org>
Tue, 30 Apr 2024 14:43:38 +0000 (30 14:43 +0000)
committerStas Boukarev <stassats@gmail.com>
Tue, 30 Apr 2024 14:47:55 +0000 (30 17:47 +0300)
treed8f46906afef0f30355660994eb3a0086503c226
parent8f70b66a8da4401492e579c9fc230d784f94078f
include explicitly stdlib.h for realloc() and free()

necessary at least on OpenBSD (the build fails due to implicit cast)
src/runtime/breakpoint.c
src/runtime/var-io.c