mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
10 lines
250 B
C
10 lines
250 B
C
--- lft_ifname.c.orig Wed Mar 5 16:16:49 2003
|
|
+++ lft_ifname.c Wed Mar 5 16:17:05 2003
|
|
@@ -19,6 +19,7 @@
|
|
#ifndef linux
|
|
#include <sys/sockio.h>
|
|
#endif
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
#include <netinet/in.h>
|
|
#include <net/if.h>
|