diff options
author | Rob Landley <rob@landley.net> | 2013-11-02 14:24:33 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-11-02 14:24:33 -0500 |
commit | 98c322e881c6ab8d4f54c23feb1a106c23673640 (patch) | |
tree | f6de06fdc186ab2a9dcecaec7c6db8f3f5b562a3 /toys/pending/dhcp.c | |
parent | 6fb8fae27c6642fe33c6f9db6139b3c834145ac3 (diff) | |
download | toybox-98c322e881c6ab8d4f54c23feb1a106c23673640.tar.gz |
Merge toynet.h into toys.h: musl supports it and micromanaging uClibc config options isn't very interesting anymore.
Diffstat (limited to 'toys/pending/dhcp.c')
-rw-r--r-- | toys/pending/dhcp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/pending/dhcp.c b/toys/pending/dhcp.c index 0bb4ccdd..f93c9406 100644 --- a/toys/pending/dhcp.c +++ b/toys/pending/dhcp.c @@ -47,7 +47,6 @@ config DHCP #define FOR_dhcp #include "toys.h" -#include "toynet.h" // TODO: headers not in posix: #include <netinet/ip.h> |