1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/firetalk/files/patch-ab
Alexander Langer 0e8b58d01f Add firetalk 0.0.10, a multi-protocol chat/instant messaging library.
PR:		24104
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-01-06 14:23:49 +00:00

11 lines
284 B
Plaintext

--- irc.c.orig Sat Jan 6 13:52:16 2001
+++ irc.c Sat Jan 6 13:52:27 2001
@@ -16,6 +16,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define _GNU_SOURCE
+#include <sys/types.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <stdarg.h>