pkgsrc/x11/efltk/patches/patch-aa
xtraeme ac32004b23 Initial import of efltk-2.0.5.
EFltk is a LGPL'd C++ graphical user interface toolkit for X, OpenGL
and Microsoft Windows. It is based on FLTK2 and is currently developed
by the Equinox Desktop Environment Team.
2005-09-02 14:41:37 +00:00

14 lines
398 B
Text

$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