freebsd-ports/net/annextools/files/patch-libannex::ip_layer.c
Bruce M Simpson 94886678c1 Add the Xylogics/Bay Networks/Nortel Networks Annex administration suite.
Allows the Annex to be administered from a FreeBSD host, rather than via
the console port. Tested with a MicroAnnex-XL 16 port device.

Reviewed by:	edwin
Approved by:	jake (mentor)
2003-09-25 19:49:31 +00:00

11 lines
349 B
C

--- libannex/ip_layer.c.orig Thu Aug 4 15:57:47 1994
+++ libannex/ip_layer.c Thu Sep 18 20:18:15 2003
@@ -63,6 +63,8 @@
*****************************************************************************/
#include <sys/types.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <stdio.h>
#include "../inc/config.h"
#include "port/port.h"