mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
266 B
Plaintext
13 lines
266 B
Plaintext
$NetBSD: patch-ab,v 1.1 2005/01/19 16:45:59 tv Exp $
|
|
|
|
--- MacFork.cc.orig 2005-01-19 11:43:48.000000000 -0500
|
|
+++ MacFork.cc
|
|
@@ -14,6 +14,7 @@
|
|
|
|
#include "Resource.h"
|
|
#include <netinet/in.h>
|
|
+#include <arpa/inet.h> /* for ntoh*() */
|
|
|
|
const Int NO_ID = 65536;
|
|
|