1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/cap/files/patch-ag

11 lines
436 B
Plaintext
Raw Normal View History

--- support/ethertalk/aarpd.c.orig Mon Dec 30 01:29:16 1996
+++ support/ethertalk/aarpd.c Mon Dec 30 01:29:59 1996
@@ -19,6 +19,7 @@
#if !defined(ultrix) && !defined(__osf__) && !defined(__386BSD__) && !defined(__FreeBSD__) && !defined(__bsdi__) && !defined(NeXT)
#include <sys/sockio.h>
#endif /* ultrix && __osf__ && __386BSD__ && __FreeBSD__ */
+#include <sys/time.h>
#include <net/if.h>
#endif PHASE2
#include <netinet/in.h>