freebsd-ports/devel/libphish/files/patch-src-phish_opdb_server.c
Aaron Dalton b50c4a004f Add libphish 0.1.0, a cross-platform library to interact with the Open
Phishing Database.

PR:		ports/95922
Submitted by:	Rashid N. Achilov <shelton@granch.ru>
Approved by:	tobez
2006-06-05 21:30:34 +00:00

10 lines
264 B
C

--- src/phish_opdb_server.c.orig Sun Mar 19 11:40:55 2006
+++ src/phish_opdb_server.c Mon Jun 5 13:33:51 2006
@@ -21,6 +21,7 @@
#define close closesocket
#include <winsock2.h>
#else
+#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#endif