1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/hotwayd/files/patch-inet.c
Edwin Groothuis ff608940cc New port: mail/hotway, a POP3 gateway for Hotmail/MSN mail
PR:		ports/44593
Submitted by:	John Nielsen <john@jnielsen.net>
2003-01-16 04:55:24 +00:00

11 lines
236 B
C

--- inet.c.orig Tue Oct 29 08:09:14 2002
+++ inet.c Tue Oct 29 08:09:27 2002
@@ -24,6 +24,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <stdlib.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>