freebsd-ports/devel/log4cplus/files/patch-src-socketbuffer.cxx
Pav Lucistnik ee4ec90809 Add log4cplus, a simple-to-use C++ logging API providing thread-safe, flexible,
and arbitrarily granular control over log management and configuration. It is
modeled after the Java log4j API.

PR:		ports/74642
Submitted by:	Petri Totterman <petri.totterman@hmv.fi>
2004-12-09 15:13:20 +00:00

10 lines
279 B
C++

--- src/socketbuffer.cxx.orig Fri Nov 21 22:23:29 2003
+++ src/socketbuffer.cxx Thu Dec 9 15:49:28 2004
@@ -29,6 +29,7 @@
#include <log4cplus/helpers/socketbuffer.h>
#include <log4cplus/helpers/loglog.h>
+#include <arpa/inet.h>
#if !defined(_WIN32)
# include <netdb.h>