openbsd-ports/net/minbif/patches/patch-src_irc_irc_cpp

12 lines
365 B
Plaintext
Raw Normal View History

$OpenBSD: patch-src_irc_irc_cpp,v 1.1.1.1 2010/09/13 19:44:40 landry Exp $
--- src/irc/irc.cpp.orig Fri Jun 25 11:24:52 2010
+++ src/irc/irc.cpp Fri Jun 25 11:25:03 2010
@@ -16,6 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <sys/types.h>
#include <sys/socket.h>
#include <cstring>
#include <algorithm>