mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
|
--- libbalsa/send.c 2000/08/29 09:47:39 1.1
|
||
|
+++ libbalsa/send.c 2000/08/29 09:47:43
|
||
|
@@ -22,6 +22,9 @@
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
+#include <sys/types.h>
|
||
|
+#include <sys/socket.h>
|
||
|
+#include <netinet/in.h>
|
||
|
#include <arpa/inet.h>
|
||
|
#include <netdb.h>
|
||
|
|