mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
13 lines
367 B
C
13 lines
367 B
C
$NetBSD: patch-murgil_makeport.c,v 1.1 2012/02/16 14:13:15 hans Exp $
|
|
|
|
--- murgil/makeport.c.orig 1995-02-24 22:19:42.000000000 +0100
|
|
+++ murgil/makeport.c 2012-01-20 14:59:37.892111852 +0100
|
|
@@ -9,6 +9,7 @@
|
|
#include <signal.h>
|
|
#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
+#include <sys/file.h>
|
|
#include <netinet/in.h>
|
|
#include <netdb.h>
|
|
#include "select.h"
|