mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
11 lines
210 B
Diff
11 lines
210 B
Diff
--- Net-ARP/arp_lookup_linux.c
|
|
+++ Net-ARP/arp_lookup_linux.c
|
|
@@ -20,6 +20,7 @@
|
|
|
|
#include <errno.h>
|
|
#include <stdio.h>
|
|
+#include <unistd.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <sys/socket.h>
|