diff options
author | Rob Landley <rob@landley.net> | 2016-02-25 17:16:32 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2016-02-25 17:16:32 -0600 |
commit | 3879cd97c16332db2edb225f0725b591c2fa14dc (patch) | |
tree | 829944076ee1cb9d5fb00b2d4a9d60499495b071 | |
parent | 5e3d1e35997315df044af3de0633b8298ad63988 (diff) | |
download | toybox-3879cd97c16332db2edb225f0725b591c2fa14dc.tar.gz |
Musl needs an extra #include.
-rw-r--r-- | scripts/config2help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config2help.c b/scripts/config2help.c index 7bc3badd..6b32fc4e 100644 --- a/scripts/config2help.c +++ b/scripts/config2help.c @@ -10,6 +10,7 @@ #include <inttypes.h> #include <termios.h> #include <poll.h> +#include <sys/socket.h> struct statvfs {int i;}; #include "lib/portability.h" #include "lib/lib.h" |