mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13 lines
308 B
Plaintext
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>
|
|
|