a75f6d99f6
KDE IRC Client for KDE4.
14 lines
322 B
Text
14 lines
322 B
Text
$NetBSD: patch-ab,v 1.3 2009/11/14 23:40:17 mwdavies Exp $
|
|
|
|
Make it build on DragonFly.
|
|
|
|
--- src/dcc/dcccommon.cpp.orig 2009-11-12 18:24:42.000000000 +1300
|
|
+++ src/dcc/dcccommon.cpp
|
|
@@ -15,6 +15,7 @@
|
|
#include "server.h"
|
|
|
|
#include <arpa/inet.h>
|
|
+#include <netinet/in.h>
|
|
|
|
#include <QHostAddress>
|
|
#include <QTcpServer>
|