diff options
| author | Rob Landley <rob@landley.net> | 2019-03-11 17:58:26 -0500 |
|---|---|---|
| committer | Rob Landley <rob@landley.net> | 2019-03-11 17:58:26 -0500 |
| commit | d1f51490ee7349fe104bf21e6cd76a0df431d3f9 (patch) | |
| tree | 777d43aacd525ae222f850e911675df126656d31 | |
| parent | f2ac205b97fc00c496a67dee1c28e844b96dbd83 (diff) | |
| download | toybox-d1f51490ee7349fe104bf21e6cd76a0df431d3f9.tar.gz | |
Work around musl-libc limitation.
| -rw-r--r-- | toys.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |
