mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
add include <sys/socket.h>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
47061b4e9b
commit
cfbd31a7fb
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
*
|
||||
* Authors: Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>
|
||||
*/
|
||||
#include <sys/socket.h> /* linux/if_arp.h needs it on some systems */
|
||||
#include <arpa/inet.h>
|
||||
#include <linux/if_arp.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue