freebsd-ports/mail/balsa/files/patch-aq
2000-10-02 11:02:02 +00:00

13 lines
308 B
Plaintext

--- libbalsa/send.c.orig Fri Sep 29 14:00:46 2000
+++ libbalsa/send.c Mon Oct 2 13:23:37 2000
@@ -24,6 +24,9 @@
/* #include <radlib.h> */
/* FreeBSD 4.1-STABLE FreeBSD 4.1-STABLE */
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>