fix: build on Alpine Linux

Reference: 53154a40a5
This commit is contained in:
Marcel Hernandez
2026-01-03 15:26:57 +01:00
committed by Rusty Russell
parent bb7602cd9c
commit 3917cee83c

View File

@@ -4,6 +4,7 @@
#include <ccan/tal/str/str.h>
#include <common/configvar.h>
#include <common/utils.h>
#include <unistd.h>
struct configvar *configvar_new(const tal_t *ctx,
enum configvar_src src,