openbsd-ports/net/libktorrent/patches/patch-src_net_address_h
zhuk a97f9cd8ef KTorrent is a bittorrent application for KDE which allows you to
download files using the BitTorrent protocol. It enables you to run
multiple torrents at the same time and comes with extended features
to make it a full-featured client for BitTorrent.

This package contains main KTorrent library, that could be used by
other apps than KTorrent itself. In particular, it's used by KGet
from KDE SC itself.
2013-04-24 19:23:44 +00:00

13 lines
366 B
Plaintext

$OpenBSD: patch-src_net_address_h,v 1.1.1.1 2013/04/24 19:23:44 zhuk Exp $
--- src/net/address.h.orig Sun Jun 10 17:00:06 2012
+++ src/net/address.h Sun Jun 10 17:01:40 2012
@@ -20,6 +20,8 @@
#ifndef NETADDRESS_H
#define NETADDRESS_H
+#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#include <QHostAddress>
#include <util/constants.h>