mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
$NetBSD: patch-ad,v 1.3 2002/12/06 16:50:04 jmmv Exp $
|
|
|
|
--- src/serverside.c.orig Mon Oct 21 13:08:52 2002
|
|
+++ src/serverside.c
|
|
@@ -27,6 +27,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <sys/types.h> /* For size_t etc. */
|
|
+#include <sys/socket.h>
|
|
#include <sys/stat.h>
|
|
|
|
#ifdef CYGWIN
|