From d1f51490ee7349fe104bf21e6cd76a0df431d3f9 Mon Sep 17 00:00:00 2001 From: Rob Landley <rob@landley.net> Date: Mon, 11 Mar 2019 17:58:26 -0500 Subject: Work around musl-libc limitation. --- toys.h | 1 + 1 file changed, 1 insertion(+) diff --git a/toys.h b/toys.h index 79d0a905..b9eb4f39 100644 --- a/toys.h +++ b/toys.h @@ -18,6 +18,7 @@ #include <inttypes.h> #include <limits.h> #include <math.h> +#include <paths.h> #include <pwd.h> #include <regex.h> #include <sched.h> -- cgit v1.2.3