mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
15 lines
398 B
Plaintext
15 lines
398 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2005/09/02 14:41:37 xtraeme Exp $
|
|
|
|
--- src/net/Fl_FTP_Connect.cpp.orig 2005-09-02 01:42:56.000000000 +0200
|
|
+++ src/net/Fl_FTP_Connect.cpp 2005-09-02 01:43:22.000000000 +0200
|
|
@@ -1,6 +1,8 @@
|
|
#include <efltk/net/Fl_FTP_Connect.h>
|
|
#include <stdio.h>
|
|
-#ifdef __linux__
|
|
+#include <sys/param.h>
|
|
+
|
|
+#if defined(__linux__) || defined(BSD)
|
|
# include <netinet/in.h>
|
|
#endif
|
|
|