freebsd-ports/devel/clanlib/files/patch-Sources::Network::Generic::ip_address.cpp
Pav Lucistnik e5baaae09b - Downgrate to last stable release, 0.6.5.1
- Give maintainership to submitter

PR:		ports/61738
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-01-24 14:30:01 +00:00

10 lines
314 B
C++

--- Sources/Network/Generic/ip_address.cpp.orig Thu Jan 22 08:22:51 2004
+++ Sources/Network/Generic/ip_address.cpp Thu Jan 22 08:23:01 2004
@@ -15,6 +15,7 @@
#include "API/Core/System/error.h"
#ifndef WIN32
+ #include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>