blob: 831dea3adaf10f3d1037bd4a5e0ccab919b78456 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.5 2009/03/11 19:27:00 hasso Exp $
--- konversation/src/dcccommon.cpp.orig 2009-03-11 19:22:06 +0200
+++ konversation/src/dcccommon.cpp 2009-03-11 19:22:36 +0200
@@ -15,6 +15,7 @@
#include "server.h"
#include <arpa/inet.h>
+#include <netinet/in.h>
#include <qhostaddress.h>
|