mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
94886678c1
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)
12 lines
349 B
C
12 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"
|