From kde-commits Wed May 31 22:48:45 2006 From: Markus Brueffer Date: Wed, 31 May 2006 22:48:45 +0000 To: kde-commits Subject: extragear/network/ktorrent/libktorrent/mse Message-Id: <1149115725.496109.6780.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=114911574203916 SVN commit 547141 by markusb: FreeBSD needs netinet/in_systm.h for n_long M +1 -0 streamsocket.cpp --- trunk/extragear/network/ktorrent/libktorrent/mse/streamsocket.cpp #547140:547141 @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include "streamsocket.h"