aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-03-11 17:58:26 -0500
committerRob Landley <rob@landley.net>2019-03-11 17:58:26 -0500
commitd1f51490ee7349fe104bf21e6cd76a0df431d3f9 (patch)
tree777d43aacd525ae222f850e911675df126656d31
parentf2ac205b97fc00c496a67dee1c28e844b96dbd83 (diff)
downloadtoybox-d1f51490ee7349fe104bf21e6cd76a0df431d3f9.tar.gz
Work around musl-libc limitation.
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
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>