ports/devel/libassa/files/patch-assa:INETAddress.cpp
Rong-En Fan aa9dba3f84 - Update to 3.4.2
PR:		ports/102936
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru> (maintainer)
2006-09-07 12:16:02 +00:00

10 lines
362 B
C++

--- assa/INETAddress.cpp.orig Thu Jul 20 06:13:13 2006
+++ assa/INETAddress.cpp Wed Sep 6 16:13:15 2006
@@ -17,6 +17,7 @@
#else
# include <netdb.h> // gethostbyname(3)
extern int h_errno; // gethostbyname(3)
+# include <sys/types.h> // for AF_INET
# include <sys/socket.h> // for AF_INET
# include <unistd.h>
# include <sys/utsname.h>